Html Css Color HEX #A09152 Husk

📋 copy color: '#A09152'

red 160 ◦ green 145 ◦ blue 82

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

Shades of Husk #A09152

Tints of Husk #A09152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 41.34%
G = 37.47%
B = 21.19%

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

#A09152 (or 0xA09152) is known color: Husk. HEX triplet: A0, 91 and 52. RGB value is (160,145,82). Sum of RGB (Red+Green+Blue) = 160+145+82=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09152 is #5F6EAD. Grayscale: #8E8E8E. Windows color (decimal): -6254254 or 5411232. OLE color: 5411232.

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

Color convert

RGB 160 145 82 -
CMYK 0 0.09 0.49 0.37
HSL 48.46º 0.32% 0.47% -
HSV(B) 48.46º 0.49% 0.63% -
XYZ 26.15 28.33 12.07 -
YUV 142.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 160 145 82 0 0.09 0.49 0.37 48.46 0.32 0.47
Hex A0 91 52 0 9 31 25 30 20 2F
Octal 240 221 122 0 11 61 45 60 40 57
Binary 10100000 10010001 1010010 0 1001 110001 100101 110000 100000 101111

Color Harmonies of #A09152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09152

Black with #A09152

Text Example


Text Example

White with #A09152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09152; }

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

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

background-color css

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

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

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

border-color css

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

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

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