Html Css Color HEX #A09855 Husk

📋 copy color: '#A09855'

red 160 ◦ green 152 ◦ blue 85

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

Shades of Husk #A09855

Tints of Husk #A09855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 40.3%
G = 38.29%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A09855 (or 0xA09855) is known color: Husk. HEX triplet: A0, 98 and 55. RGB value is (160,152,85). Sum of RGB (Red+Green+Blue) = 160+152+85=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A09855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09855 is #5F67AA. Grayscale: #939393. Windows color (decimal): -6252459 or 5609632. OLE color: 5609632.

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

Color convert

RGB 160 152 85 -
CMYK 0 0.05 0.47 0.37
HSL 53.6º 0.31% 0.48% -
HSV(B) 53.6º 0.47% 0.63% -
XYZ 27.37 30.59 13.06 -
YUV 146.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 160 152 85 0 0.05 0.47 0.37 53.6 0.31 0.48
Hex A0 98 55 0 5 2F 25 36 1F 30
Octal 240 230 125 0 5 57 45 66 37 60
Binary 10100000 10011000 1010101 0 101 101111 100101 110110 11111 110000

Color Harmonies of #A09855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09855

Black with #A09855

Text Example


Text Example

White with #A09855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09855; }

 p { color: rgb(160,152,85); }

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

background-color css

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

 a { background-color: rgb(160,152,85); }

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

border-color css

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

 span { border-color: rgb(160,152,85); }

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