Html Css Color HEX #ABA614 Lucky

📋 copy color: '#ABA614'

red 171 ◦ green 166 ◦ blue 20

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

Shades of Lucky #ABA614

Tints of Lucky #ABA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 47.9%
G = 46.5%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA614 (or 0xABA614) is known color: Lucky. HEX triplet: AB, A6 and 14. RGB value is (171,166,20). Sum of RGB (Red+Green+Blue) = 171+166+20=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA614 is #5459EB. Grayscale: #979797. Windows color (decimal): -5528044 or 1353387. OLE color: 1353387.

HSL color Cylindrical-coordinate representation of color #ABA614: hue angle of 58.01º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABA614 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 20 -
CMYK 0 0.03 0.88 0.33
HSL 58.01º 0.79% 0.37% -
HSV(B) 58.01º 0.88% 0.67% -
XYZ 30.56 35.98 6 -
YUV 150.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 171 166 20 0 0.03 0.88 0.33 58.01 0.79 0.37
Hex AB A6 14 0 3 58 21 3A 4F 25
Octal 253 246 24 0 3 130 41 72 117 45
Binary 10101011 10100110 10100 0 11 1011000 100001 111010 1001111 100101

Color Harmonies of #ABA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA614

Black with #ABA614

Text Example


Text Example

White with #ABA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA614; }

 p { color: rgb(171,166,20); }

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

background-color css

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

 a { background-color: rgb(171,166,20); }

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

border-color css

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

 span { border-color: rgb(171,166,20); }

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