Html Css Color HEX #A09552 Husk

📋 copy color: '#A09552'

red 160 ◦ green 149 ◦ blue 82

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

Shades of Husk #A09552

Tints of Husk #A09552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 40.92%
G = 38.11%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09552 (or 0xA09552) is known color: Husk. HEX triplet: A0, 95 and 52. RGB value is (160,149,82). Sum of RGB (Red+Green+Blue) = 160+149+82=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09552 is #5F6AAD. Grayscale: #909090. Windows color (decimal): -6253230 or 5412256. OLE color: 5412256.

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

Color convert

RGB 160 149 82 -
CMYK 0 0.07 0.49 0.37
HSL 51.54º 0.32% 0.47% -
HSV(B) 51.54º 0.49% 0.63% -
XYZ 26.77 29.58 12.28 -
YUV 144.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 160 149 82 0 0.07 0.49 0.37 51.54 0.32 0.47
Hex A0 95 52 0 7 31 25 34 20 2F
Octal 240 225 122 0 7 61 45 64 40 57
Binary 10100000 10010101 1010010 0 111 110001 100101 110100 100000 101111

Color Harmonies of #A09552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09552

Black with #A09552

Text Example


Text Example

White with #A09552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09552; }

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

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

background-color css

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

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

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

border-color css

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

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

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