Html Css Color HEX #A09C50 Husk

📋 copy color: '#A09C50'

red 160 ◦ green 156 ◦ blue 80

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

Shades of Husk #A09C50

Tints of Husk #A09C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 40.4%
G = 39.39%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09C50 (or 0xA09C50) is known color: Husk. HEX triplet: A0, 9C and 50. RGB value is (160,156,80). Sum of RGB (Red+Green+Blue) = 160+156+80=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C50 is #5F63AF. Grayscale: #949494. Windows color (decimal): -6251440 or 5282976. OLE color: 5282976.

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

Color convert

RGB 160 156 80 -
CMYK 0 0.02 0.5 0.37
HSL 57º 0.33% 0.47% -
HSV(B) 57º 0.5% 0.63% -
XYZ 27.83 31.83 12.27 -
YUV 148.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 160 156 80 0 0.02 0.5 0.37 57 0.33 0.47
Hex A0 9C 50 0 2 32 25 39 21 2F
Octal 240 234 120 0 2 62 45 71 41 57
Binary 10100000 10011100 1010000 0 10 110010 100101 111001 100001 101111

Color Harmonies of #A09C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C50

Black with #A09C50

Text Example


Text Example

White with #A09C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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