Html Css Color HEX #ABA418 Lucky

📋 copy color: '#ABA418'

red 171 ◦ green 164 ◦ blue 24

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

Shades of Lucky #ABA418

Tints of Lucky #ABA418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

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

R = 47.63%
G = 45.68%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA418 (or 0xABA418) is known color: Lucky. HEX triplet: AB, A4 and 18. RGB value is (171,164,24). Sum of RGB (Red+Green+Blue) = 171+164+24=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA418 is #545BE7. Grayscale: #969696. Windows color (decimal): -5528552 or 1615019. OLE color: 1615019.

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

Color convert

RGB 171 164 24 -
CMYK 0 0.04 0.86 0.33
HSL 57.14º 0.75% 0.38% -
HSV(B) 57.14º 0.86% 0.67% -
XYZ 30.23 35.27 6.08 -
YUV 150.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 171 164 24 0 0.04 0.86 0.33 57.14 0.75 0.38
Hex AB A4 18 0 4 56 21 39 4B 26
Octal 253 244 30 0 4 126 41 71 113 46
Binary 10101011 10100100 11000 0 100 1010110 100001 111001 1001011 100110

Color Harmonies of #ABA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA418

Black with #ABA418

Text Example


Text Example

White with #ABA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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