Html Css Color HEX #ABA018 Lucky

📋 copy color: '#ABA018'

red 171 ◦ green 160 ◦ blue 24

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

Shades of Lucky #ABA018

Tints of Lucky #ABA018

RGB

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

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

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

R = 48.17%
G = 45.07%
B = 6.76%

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

#ABA018 (or 0xABA018) is known color: Lucky. HEX triplet: AB, A0 and 18. RGB value is (171,160,24). Sum of RGB (Red+Green+Blue) = 171+160+24=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA018 is #545FE7. Grayscale: #949494. Windows color (decimal): -5529576 or 1613995. OLE color: 1613995.

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

Color convert

RGB 171 160 24 -
CMYK 0 0.06 0.86 0.33
HSL 55.51º 0.75% 0.38% -
HSV(B) 55.51º 0.86% 0.67% -
XYZ 29.53 33.87 5.84 -
YUV 147.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 171 160 24 0 0.06 0.86 0.33 55.51 0.75 0.38
Hex AB A0 18 0 6 56 21 38 4B 26
Octal 253 240 30 0 6 126 41 70 113 46
Binary 10101011 10100000 11000 0 110 1010110 100001 111000 1001011 100110

Color Harmonies of #ABA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA018

Black with #ABA018

Text Example


Text Example

White with #ABA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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