Color Hex Logo

#a58275 Color Hex

#A58275
(165,130,117)
0 Favorites   0 Comments

Color spaces of #a58275

RGB 165130117
HSL0.050.210.55
HSV16°29°65°
CMYK 0.000.210.29   0.35
XYZ26.710625.249020.2954
Yxy25.24900.36970.3494
Hunter Lab50.24846.950811.2265
CIE-Lab57.317211.482812.1626

#a58275 color RGB value is (165,130,117).

#a58275 hex color red value is 165, green value is 130 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a58275 hue: 0.05 , saturation: 0.21 and the lightness value of a58275 is 0.55.

The process color (four color CMYK) of #a58275 color hex is 0.00, 0.21, 0.29, 0.35. Web safe color of #a58275 is #999966. Color #a58275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 01110101
Octal 245 202 165
Decimal 165 130 117
Hex A5 82 75

RGB Percentages of Color #a58275

%40.05
%31.55
%28.40

CMYK Percentages of Color #a58275

%0
%21
%29
%35

Triadic Colors of #a58275

#a58275 #75a582 #8275a5

Analogous Colors of #a58275

#a58275 #a59a75 #a57580

Monochromatic Colors of #a58275

#a58275

Complementary Color

#a58275 #7598a5

#a58275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58275 Color CSS Codes

.mybgcolor {background-color:#a58275; } 
.myforecolor {color:#a58275; }
.mybordercolor {border:3px solid #a58275; }

#a58275 Text Font Color

<p style="color:#a58275">Text here</p>

This sample text font color is #a58275
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a58275 Background Color

<div style="background-color:#a58275">
Div content here</div>

This div background color is #a58275


#a58275 Border Color

<div style="border:3px solid #a58275">
Div here</div>

This div border color is #a58275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,130,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a58275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a58275;
  -webkit-box-shadow: 1px 1px 3px 2px #a58275;
  box-shadow:         1px 1px 3px 2px #a58275; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,130,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a58275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a58275;
  -webkit-box-shadow: 1px 1px 3px 2px #a58275;
  box-shadow:         1px 1px 3px 2px #a58275;">
Div content here</div>

This div box has shadow with color #a58275


Comments

No comments written yet.

Please login to write comment.