Html Css Color HEX #A09D4F Husk

📋 copy color: '#A09D4F'

red 160 ◦ green 157 ◦ blue 79

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

Shades of Husk #A09D4F

Tints of Husk #A09D4F

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 40.4%
G = 39.65%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A09D4F (or 0xA09D4F) is known color: Husk. HEX triplet: A0, 9D and 4F. RGB value is (160,157,79). Sum of RGB (Red+Green+Blue) = 160+157+79=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D4F is #5F62B0. Grayscale: #959595. Windows color (decimal): -6251185 or 5217696. OLE color: 5217696.

HSL color Cylindrical-coordinate representation of color #A09D4F: hue angle of 57.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A09D4F is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 79 -
CMYK 0 0.02 0.51 0.37
HSL 57.78º 0.34% 0.47% -
HSV(B) 57.78º 0.51% 0.63% -
XYZ 27.97 32.15 12.13 -
YUV 149.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 160 157 79 0 0.02 0.51 0.37 57.78 0.34 0.47
Hex A0 9D 4F 0 2 33 25 3A 22 2F
Octal 240 235 117 0 2 63 45 72 42 57
Binary 10100000 10011101 1001111 0 10 110011 100101 111010 100010 101111

Color Harmonies of #A09D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D4F

Black with #A09D4F

Text Example


Text Example

White with #A09D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D4F; }

 p { color: rgb(160,157,79); }

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

background-color css

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

 a { background-color: rgb(160,157,79); }

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

border-color css

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

 span { border-color: rgb(160,157,79); }

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