Html Css Color HEX #ABA718 Lucky

📋 copy color: '#ABA718'

red 171 ◦ green 167 ◦ blue 24

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

Shades of Lucky #ABA718

Tints of Lucky #ABA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

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

R = 47.24%
G = 46.13%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA718 (or 0xABA718) is known color: Lucky. HEX triplet: AB, A7 and 18. RGB value is (171,167,24). Sum of RGB (Red+Green+Blue) = 171+167+24=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA718 is #5458E7. Grayscale: #989898. Windows color (decimal): -5527784 or 1615787. OLE color: 1615787.

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

Color convert

RGB 171 167 24 -
CMYK 0 0.02 0.86 0.33
HSL 58.37º 0.75% 0.38% -
HSV(B) 58.37º 0.86% 0.67% -
XYZ 30.78 36.36 6.26 -
YUV 151.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 171 167 24 0 0.02 0.86 0.33 58.37 0.75 0.38
Hex AB A7 18 0 2 56 21 3A 4B 26
Octal 253 247 30 0 2 126 41 72 113 46
Binary 10101011 10100111 11000 0 10 1010110 100001 111010 1001011 100110

Color Harmonies of #ABA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA718

Black with #ABA718

Text Example


Text Example

White with #ABA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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