Html Css Color HEX #ABA054 Husk

📋 copy color: '#ABA054'

red 171 ◦ green 160 ◦ blue 84

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

Shades of Husk #ABA054

Tints of Husk #ABA054

RGB

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

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

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

R = 41.2%
G = 38.55%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ABA054 (or 0xABA054) is known color: Husk. HEX triplet: AB, A0 and 54. RGB value is (171,160,84). Sum of RGB (Red+Green+Blue) = 171+160+84=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA054 is #545FAB. Grayscale: #9A9A9A. Windows color (decimal): -5529516 or 5546155. OLE color: 5546155.

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

Color convert

RGB 171 160 84 -
CMYK 0 0.06 0.51 0.33
HSL 52.41º 0.34% 0.5% -
HSV(B) 52.41º 0.51% 0.67% -
XYZ 30.97 34.44 13.4 -
YUV 154.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 171 160 84 0 0.06 0.51 0.33 52.41 0.34 0.5
Hex AB A0 54 0 6 33 21 34 22 32
Octal 253 240 124 0 6 63 41 64 42 62
Binary 10101011 10100000 1010100 0 110 110011 100001 110100 100010 110010

Color Harmonies of #ABA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA054

Black with #ABA054

Text Example


Text Example

White with #ABA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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