Html Css Color HEX #A09852 Husk

📋 copy color: '#A09852'

red 160 ◦ green 152 ◦ blue 82

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

Shades of Husk #A09852

Tints of Husk #A09852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 40.61%
G = 38.58%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09852 (or 0xA09852) is known color: Husk. HEX triplet: A0, 98 and 52. RGB value is (160,152,82). Sum of RGB (Red+Green+Blue) = 160+152+82=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09852 is #5F67AD. Grayscale: #929292. Windows color (decimal): -6252462 or 5413024. OLE color: 5413024.

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

Color convert

RGB 160 152 82 -
CMYK 0 0.05 0.49 0.37
HSL 53.85º 0.32% 0.47% -
HSV(B) 53.85º 0.49% 0.63% -
XYZ 27.25 30.54 12.44 -
YUV 146.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 160 152 82 0 0.05 0.49 0.37 53.85 0.32 0.47
Hex A0 98 52 0 5 31 25 36 20 2F
Octal 240 230 122 0 5 61 45 66 40 57
Binary 10100000 10011000 1010010 0 101 110001 100101 110110 100000 101111

Color Harmonies of #A09852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09852

Black with #A09852

Text Example


Text Example

White with #A09852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09852; }

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

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

background-color css

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

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

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

border-color css

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

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

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