Html Css Color HEX #ABA04D Husk

📋 copy color: '#ABA04D'

red 171 ◦ green 160 ◦ blue 77

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

Shades of Husk #ABA04D

Tints of Husk #ABA04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 41.91%
G = 39.22%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ABA04D (or 0xABA04D) is known color: Husk. HEX triplet: AB, A0 and 4D. RGB value is (171,160,77). Sum of RGB (Red+Green+Blue) = 171+160+77=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA04D is #545FB2. Grayscale: #9A9A9A. Windows color (decimal): -5529523 or 5087403. OLE color: 5087403.

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

Color convert

RGB 171 160 77 -
CMYK 0 0.06 0.55 0.33
HSL 52.98º 0.38% 0.49% -
HSV(B) 52.98º 0.55% 0.67% -
XYZ 30.7 34.34 12.03 -
YUV 153.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 171 160 77 0 0.06 0.55 0.33 52.98 0.38 0.49
Hex AB A0 4D 0 6 37 21 35 26 31
Octal 253 240 115 0 6 67 41 65 46 61
Binary 10101011 10100000 1001101 0 110 110111 100001 110101 100110 110001

Color Harmonies of #ABA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA04D

Black with #ABA04D

Text Example


Text Example

White with #ABA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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