Html Css Color HEX #ABA04C Husk

📋 copy color: '#ABA04C'

red 171 ◦ green 160 ◦ blue 76

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

Shades of Husk #ABA04C

Tints of Husk #ABA04C

RGB

 RED value IS 171 (67.19% from 255) = 42.01%

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 76 (30.08% from 255) = 18.67%

R = 42.01%
G = 39.31%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#ABA04C (or 0xABA04C) is known color: Husk. HEX triplet: AB, A0 and 4C. RGB value is (171,160,76). Sum of RGB (Red+Green+Blue) = 171+160+76=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA04C is #545FB3. Grayscale: #9A9A9A. Windows color (decimal): -5529524 or 5021867. OLE color: 5021867.

HSL color Cylindrical-coordinate representation of color #ABA04C: hue angle of 53.05º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA04C is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 76 -
CMYK 0 0.06 0.56 0.33
HSL 53.05º 0.38% 0.48% -
HSV(B) 53.05º 0.56% 0.67% -
XYZ 30.67 34.32 11.85 -
YUV 153.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 171 160 76 0 0.06 0.56 0.33 53.05 0.38 0.48
Hex AB A0 4C 0 6 38 21 35 26 30
Octal 253 240 114 0 6 70 41 65 46 60
Binary 10101011 10100000 1001100 0 110 111000 100001 110101 100110 110000

Color Harmonies of #ABA04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA04C

Black with #ABA04C

Text Example


Text Example

White with #ABA04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA04C; }

 p { color: rgb(171,160,76); }

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

background-color css

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

 a { background-color: rgb(171,160,76); }

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

border-color css

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

 span { border-color: rgb(171,160,76); }

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