Html Css Color HEX #ABA056 Husk

📋 copy color: '#ABA056'

red 171 ◦ green 160 ◦ blue 86

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

Shades of Husk #ABA056

Tints of Husk #ABA056

RGB

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

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

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

R = 41.01%
G = 38.37%
B = 20.62%

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

#ABA056 (or 0xABA056) is known color: Husk. HEX triplet: AB, A0 and 56. RGB value is (171,160,86). Sum of RGB (Red+Green+Blue) = 171+160+86=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA056 is #545FA9. Grayscale: #9B9B9B. Windows color (decimal): -5529514 or 5677227. OLE color: 5677227.

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

Color convert

RGB 171 160 86 -
CMYK 0 0.06 0.50 0.33
HSL 52.24º 0.34% 0.5% -
HSV(B) 52.24º 0.5% 0.67% -
XYZ 31.05 34.47 13.82 -
YUV 154.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 171 160 86 0 0.06 0.50 0.33 52.24 0.34 0.5
Hex AB A0 56 0 6 32 21 34 22 32
Octal 253 240 126 0 6 62 41 64 42 62
Binary 10101011 10100000 1010110 0 110 110010 100001 110100 100010 110010

Color Harmonies of #ABA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA056

Black with #ABA056

Text Example


Text Example

White with #ABA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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