Html Css Color HEX #A09754 Husk

📋 copy color: '#A09754'

red 160 ◦ green 151 ◦ blue 84

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

Shades of Husk #A09754

Tints of Husk #A09754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 40.51%
G = 38.23%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A09754 (or 0xA09754) is known color: Husk. HEX triplet: A0, 97 and 54. RGB value is (160,151,84). Sum of RGB (Red+Green+Blue) = 160+151+84=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09754 is #5F68AB. Grayscale: #929292. Windows color (decimal): -6252716 or 5543840. OLE color: 5543840.

HSL color Cylindrical-coordinate representation of color #A09754: hue angle of 52.89º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A09754 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 84 -
CMYK 0 0.06 0.48 0.37
HSL 52.89º 0.31% 0.48% -
HSV(B) 52.89º 0.48% 0.63% -
XYZ 27.16 30.25 12.79 -
YUV 146.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 160 151 84 0 0.06 0.48 0.37 52.89 0.31 0.48
Hex A0 97 54 0 6 30 25 35 1F 30
Octal 240 227 124 0 6 60 45 65 37 60
Binary 10100000 10010111 1010100 0 110 110000 100101 110101 11111 110000

Color Harmonies of #A09754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09754

Black with #A09754

Text Example


Text Example

White with #A09754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09754; }

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

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

background-color css

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

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

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

border-color css

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

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

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