Html Css Color HEX #A09352 Husk

📋 copy color: '#A09352'

red 160 ◦ green 147 ◦ blue 82

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

Shades of Husk #A09352

Tints of Husk #A09352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 41.13%
G = 37.79%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09352 (or 0xA09352) is known color: Husk. HEX triplet: A0, 93 and 52. RGB value is (160,147,82). Sum of RGB (Red+Green+Blue) = 160+147+82=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A09352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09352 is #5F6CAD. Grayscale: #8F8F8F. Windows color (decimal): -6253742 or 5411744. OLE color: 5411744.

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

Color convert

RGB 160 147 82 -
CMYK 0 0.08 0.49 0.37
HSL 50º 0.32% 0.47% -
HSV(B) 50º 0.49% 0.63% -
XYZ 26.45 28.95 12.18 -
YUV 143.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 160 147 82 0 0.08 0.49 0.37 50 0.32 0.47
Hex A0 93 52 0 8 31 25 32 20 2F
Octal 240 223 122 0 10 61 45 62 40 57
Binary 10100000 10010011 1010010 0 1000 110001 100101 110010 100000 101111

Color Harmonies of #A09352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09352

Black with #A09352

Text Example


Text Example

White with #A09352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09352; }

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

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

background-color css

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

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

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

border-color css

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

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

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