Html Css Color HEX #ABA156 Husk

📋 copy color: '#ABA156'

red 171 ◦ green 161 ◦ blue 86

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

Shades of Husk #ABA156

Tints of Husk #ABA156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 40.91%
G = 38.52%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#ABA156 (or 0xABA156) is known color: Husk. HEX triplet: AB, A1 and 56. RGB value is (171,161,86). Sum of RGB (Red+Green+Blue) = 171+161+86=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA156 is #545EA9. Grayscale: #9B9B9B. Windows color (decimal): -5529258 or 5677483. OLE color: 5677483.

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

Color convert

RGB 171 161 86 -
CMYK 0 0.06 0.50 0.33
HSL 52.94º 0.34% 0.5% -
HSV(B) 52.94º 0.5% 0.67% -
XYZ 31.22 34.82 13.88 -
YUV 155.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 171 161 86 0 0.06 0.50 0.33 52.94 0.34 0.5
Hex AB A1 56 0 6 32 21 35 22 32
Octal 253 241 126 0 6 62 41 65 42 62
Binary 10101011 10100001 1010110 0 110 110010 100001 110101 100010 110010

Color Harmonies of #ABA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA156

Black with #ABA156

Text Example


Text Example

White with #ABA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA156; }

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

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

background-color css

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

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

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

border-color css

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

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

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