Html Css Color HEX #ABA154 Husk

📋 copy color: '#ABA154'

red 171 ◦ green 161 ◦ blue 84

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

Shades of Husk #ABA154

Tints of Husk #ABA154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

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

R = 41.11%
G = 38.7%
B = 20.19%

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

#ABA154 (or 0xABA154) is known color: Husk. HEX triplet: AB, A1 and 54. RGB value is (171,161,84). Sum of RGB (Red+Green+Blue) = 171+161+84=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA154 is #545EAB. Grayscale: #9B9B9B. Windows color (decimal): -5529260 or 5546411. OLE color: 5546411.

HSL color Cylindrical-coordinate representation of color #ABA154: hue angle of 53.1º 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 #ABA154 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 161 84 -
CMYK 0 0.06 0.51 0.33
HSL 53.1º 0.34% 0.5% -
HSV(B) 53.1º 0.51% 0.67% -
XYZ 31.14 34.79 13.46 -
YUV 155.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 171 161 84 0 0.06 0.51 0.33 53.1 0.34 0.5
Hex AB A1 54 0 6 33 21 35 22 32
Octal 253 241 124 0 6 63 41 65 42 62
Binary 10101011 10100001 1010100 0 110 110011 100001 110101 100010 110010

Color Harmonies of #ABA154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA154

Black with #ABA154

Text Example


Text Example

White with #ABA154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA154; }

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

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

background-color css

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

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

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

border-color css

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

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

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