Html Css Color HEX #ABA016 Lucky

📋 copy color: '#ABA016'

red 171 ◦ green 160 ◦ blue 22

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

Shades of Lucky #ABA016

Tints of Lucky #ABA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 48.44%
G = 45.33%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#ABA016 (or 0xABA016) is known color: Lucky. HEX triplet: AB, A0 and 16. RGB value is (171,160,22). Sum of RGB (Red+Green+Blue) = 171+160+22=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA016 is #545FE9. Grayscale: #949494. Windows color (decimal): -5529578 or 1482923. OLE color: 1482923.

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

Color convert

RGB 171 160 22 -
CMYK 0 0.06 0.87 0.33
HSL 55.57º 0.77% 0.38% -
HSV(B) 55.57º 0.87% 0.67% -
XYZ 29.51 33.86 5.74 -
YUV 147.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 171 160 22 0 0.06 0.87 0.33 55.57 0.77 0.38
Hex AB A0 16 0 6 57 21 38 4D 26
Octal 253 240 26 0 6 127 41 70 115 46
Binary 10101011 10100000 10110 0 110 1010111 100001 111000 1001101 100110

Color Harmonies of #ABA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA016

Black with #ABA016

Text Example


Text Example

White with #ABA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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