Html Css Color HEX #A09752 Husk

📋 copy color: '#A09752'

red 160 ◦ green 151 ◦ blue 82

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

Shades of Husk #A09752

Tints of Husk #A09752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 40.71%
G = 38.42%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09752 (or 0xA09752) is known color: Husk. HEX triplet: A0, 97 and 52. RGB value is (160,151,82). Sum of RGB (Red+Green+Blue) = 160+151+82=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09752 is #5F68AD. Grayscale: #929292. Windows color (decimal): -6252718 or 5412768. OLE color: 5412768.

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

Color convert

RGB 160 151 82 -
CMYK 0 0.06 0.49 0.37
HSL 53.08º 0.32% 0.47% -
HSV(B) 53.08º 0.49% 0.63% -
XYZ 27.09 30.22 12.39 -
YUV 145.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 160 151 82 0 0.06 0.49 0.37 53.08 0.32 0.47
Hex A0 97 52 0 6 31 25 35 20 2F
Octal 240 227 122 0 6 61 45 65 40 57
Binary 10100000 10010111 1010010 0 110 110001 100101 110101 100000 101111

Color Harmonies of #A09752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09752

Black with #A09752

Text Example


Text Example

White with #A09752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09752; }

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

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

background-color css

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

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

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

border-color css

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

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

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