Html Css Color HEX #A0994F Husk

📋 copy color: '#A0994F'

red 160 ◦ green 153 ◦ blue 79

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

Shades of Husk #A0994F

Tints of Husk #A0994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 40.82%
G = 39.03%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0994F (or 0xA0994F) is known color: Husk. HEX triplet: A0, 99 and 4F. RGB value is (160,153,79). Sum of RGB (Red+Green+Blue) = 160+153+79=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A0994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0994F is #5F66B0. Grayscale: #929292. Windows color (decimal): -6252209 or 5216672. OLE color: 5216672.

HSL color Cylindrical-coordinate representation of color #A0994F: hue angle of 54.81º 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 #A0994F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 79 -
CMYK 0 0.04 0.51 0.37
HSL 54.81º 0.34% 0.47% -
HSV(B) 54.81º 0.51% 0.63% -
XYZ 27.3 30.82 11.91 -
YUV 146.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 160 153 79 0 0.04 0.51 0.37 54.81 0.34 0.47
Hex A0 99 4F 0 4 33 25 37 22 2F
Octal 240 231 117 0 4 63 45 67 42 57
Binary 10100000 10011001 1001111 0 100 110011 100101 110111 100010 101111

Color Harmonies of #A0994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0994F

Black with #A0994F

Text Example


Text Example

White with #A0994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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