Html Css Color HEX #A0964F Husk

📋 copy color: '#A0964F'

red 160 ◦ green 150 ◦ blue 79

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

Shades of Husk #A0964F

Tints of Husk #A0964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 41.13%
G = 38.56%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0964F (or 0xA0964F) is known color: Husk. HEX triplet: A0, 96 and 4F. RGB value is (160,150,79). Sum of RGB (Red+Green+Blue) = 160+150+79=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0964F is #5F69B0. Grayscale: #919191. Windows color (decimal): -6252977 or 5215904. OLE color: 5215904.

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

Color convert

RGB 160 150 79 -
CMYK 0 0.06 0.51 0.37
HSL 52.59º 0.34% 0.47% -
HSV(B) 52.59º 0.51% 0.63% -
XYZ 26.81 29.85 11.75 -
YUV 144.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 160 150 79 0 0.06 0.51 0.37 52.59 0.34 0.47
Hex A0 96 4F 0 6 33 25 35 22 2F
Octal 240 226 117 0 6 63 45 65 42 57
Binary 10100000 10010110 1001111 0 110 110011 100101 110101 100010 101111

Color Harmonies of #A0964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0964F

Black with #A0964F

Text Example


Text Example

White with #A0964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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