Html Css Color HEX #A09252 Husk

📋 copy color: '#A09252'

red 160 ◦ green 146 ◦ blue 82

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

Shades of Husk #A09252

Tints of Husk #A09252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 41.24%
G = 37.63%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09252 (or 0xA09252) is known color: Husk. HEX triplet: A0, 92 and 52. RGB value is (160,146,82). Sum of RGB (Red+Green+Blue) = 160+146+82=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A09252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09252 is #5F6DAD. Grayscale: #8F8F8F. Windows color (decimal): -6253998 or 5411488. OLE color: 5411488.

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

Color convert

RGB 160 146 82 -
CMYK 0 0.09 0.49 0.37
HSL 49.23º 0.32% 0.47% -
HSV(B) 49.23º 0.49% 0.63% -
XYZ 26.3 28.64 12.12 -
YUV 142.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 160 146 82 0 0.09 0.49 0.37 49.23 0.32 0.47
Hex A0 92 52 0 9 31 25 31 20 2F
Octal 240 222 122 0 11 61 45 61 40 57
Binary 10100000 10010010 1010010 0 1001 110001 100101 110001 100000 101111

Color Harmonies of #A09252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09252

Black with #A09252

Text Example


Text Example

White with #A09252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09252; }

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

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

background-color css

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

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

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

border-color css

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

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

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