Html Css Color HEX #ABA118 Lucky

📋 copy color: '#ABA118'

red 171 ◦ green 161 ◦ blue 24

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

Shades of Lucky #ABA118

Tints of Lucky #ABA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 48.03%
G = 45.22%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA118 (or 0xABA118) is known color: Lucky. HEX triplet: AB, A1 and 18. RGB value is (171,161,24). Sum of RGB (Red+Green+Blue) = 171+161+24=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA118 is #545EE7. Grayscale: #949494. Windows color (decimal): -5529320 or 1614251. OLE color: 1614251.

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

Color convert

RGB 171 161 24 -
CMYK 0 0.06 0.86 0.33
HSL 55.92º 0.75% 0.38% -
HSV(B) 55.92º 0.86% 0.67% -
XYZ 29.7 34.21 5.9 -
YUV 148.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 171 161 24 0 0.06 0.86 0.33 55.92 0.75 0.38
Hex AB A1 18 0 6 56 21 38 4B 26
Octal 253 241 30 0 6 126 41 70 113 46
Binary 10101011 10100001 11000 0 110 1010110 100001 111000 1001011 100110

Color Harmonies of #ABA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA118

Black with #ABA118

Text Example


Text Example

White with #ABA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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