Html Css Color HEX #A09850 Husk

📋 copy color: '#A09850'

red 160 ◦ green 152 ◦ blue 80

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

Shades of Husk #A09850

Tints of Husk #A09850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 40.82%
G = 38.78%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09850 (or 0xA09850) is known color: Husk. HEX triplet: A0, 98 and 50. RGB value is (160,152,80). Sum of RGB (Red+Green+Blue) = 160+152+80=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A09850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09850 is #5F67AF. Grayscale: #929292. Windows color (decimal): -6252464 or 5281952. OLE color: 5281952.

HSL color Cylindrical-coordinate representation of color #A09850: hue angle of 54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A09850 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 80 -
CMYK 0 0.05 0.5 0.37
HSL 54º 0.33% 0.47% -
HSV(B) 54º 0.5% 0.63% -
XYZ 27.17 30.51 12.05 -
YUV 146.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 160 152 80 0 0.05 0.5 0.37 54 0.33 0.47
Hex A0 98 50 0 5 32 25 36 21 2F
Octal 240 230 120 0 5 62 45 66 41 57
Binary 10100000 10011000 1010000 0 101 110010 100101 110110 100001 101111

Color Harmonies of #A09850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09850

Black with #A09850

Text Example


Text Example

White with #A09850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09850; }

 p { color: rgb(160,152,80); }

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

background-color css

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

 a { background-color: rgb(160,152,80); }

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

border-color css

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

 span { border-color: rgb(160,152,80); }

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