Html Css Color HEX #A59C57 Husk

📋 copy color: '#A59C57'

red 165 ◦ green 156 ◦ blue 87

#A59C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A59C57

Tints of Husk #A59C57

RGB

 RED value IS 165 (64.84% from 255) = 40.44%

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 40.44%
G = 38.24%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A59C57 (or 0xA59C57) is known color: Husk. HEX triplet: A5, 9C and 57. RGB value is (165,156,87). Sum of RGB (Red+Green+Blue) = 165+156+87=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C57 is #5A63A8. Grayscale: #979797. Windows color (decimal): -5923753 or 5741733. OLE color: 5741733.

HSL color Cylindrical-coordinate representation of color #A59C57: hue angle of 53.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A59C57 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 87 -
CMYK 0 0.05 0.47 0.35
HSL 53.08º 0.31% 0.49% -
HSV(B) 53.08º 0.47% 0.65% -
XYZ 29.13 32.46 13.75 -
YUV 150.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 165 156 87 0 0.05 0.47 0.35 53.08 0.31 0.49
Hex A5 9C 57 0 5 2F 23 35 1F 31
Octal 245 234 127 0 5 57 43 65 37 61
Binary 10100101 10011100 1010111 0 101 101111 100011 110101 11111 110001

Color Harmonies of #A59C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C57

Black with #A59C57

Text Example


Text Example

White with #A59C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C57; }

 p { color: rgb(165,156,87); }

 H1.HeaderClassName
 {
   color: #A59C57;
 }
 .AnyTagClassName
 {
   color: #A59C57;
 }
</style>

background-color css

<style>
 a { background-color: #A59C57; }

 a { background-color: rgb(165,156,87); }

 div.DivClassName
 {
   background-color: #A59C57;
 }
 .BgClassName
 {
   background-color: #A59C57;
 }
</style>

border-color css

<style>
 span { border-color: #A59C57; }

 span { border-color: rgb(165,156,87); }

 td.TdClassName
 {
   border-color: #A59C57;
 }
 .TagClassName
 {
   border-color: #A59C57;
 }
</style>