Html Css Color HEX #A59A42 Husk

📋 copy color: '#A59A42'

red 165 ◦ green 154 ◦ blue 66

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

Shades of Husk #A59A42

Tints of Husk #A59A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 42.86%
G = 40%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A59A42 (or 0xA59A42) is known color: Husk. HEX triplet: A5, 9A and 42. RGB value is (165,154,66). Sum of RGB (Red+Green+Blue) = 165+154+66=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A42 is #5A65BD. Grayscale: #939393. Windows color (decimal): -5924286 or 4364965. OLE color: 4364965.

HSL color Cylindrical-coordinate representation of color #A59A42: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A59A42 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 66 -
CMYK 0 0.07 0.60 0.35
HSL 53.33º 0.43% 0.45% -
HSV(B) 53.33º 0.6% 0.65% -
XYZ 28.06 31.5 9.76 -
YUV 147.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 165 154 66 0 0.07 0.60 0.35 53.33 0.43 0.45
Hex A5 9A 42 0 7 3C 23 35 2B 2D
Octal 245 232 102 0 7 74 43 65 53 55
Binary 10100101 10011010 1000010 0 111 111100 100011 110101 101011 101101

Color Harmonies of #A59A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A42

Black with #A59A42

Text Example


Text Example

White with #A59A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A42; }

 p { color: rgb(165,154,66); }

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

background-color css

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

 a { background-color: rgb(165,154,66); }

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

border-color css

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

 span { border-color: rgb(165,154,66); }

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