Html Css Color HEX #ABA60E Lucky

📋 copy color: '#ABA60E'

red 171 ◦ green 166 ◦ blue 14

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

Shades of Lucky #ABA60E

Tints of Lucky #ABA60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 48.72%
G = 47.29%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA60E (or 0xABA60E) is known color: Lucky. HEX triplet: AB, A6 and 0E. RGB value is (171,166,14). Sum of RGB (Red+Green+Blue) = 171+166+14=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA60E is #5459F1. Grayscale: #969696. Windows color (decimal): -5528050 or 960171. OLE color: 960171.

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

Color convert

RGB 171 166 14 -
CMYK 0 0.03 0.92 0.33
HSL 58.09º 0.85% 0.36% -
HSV(B) 58.09º 0.92% 0.67% -
XYZ 30.51 35.96 5.75 -
YUV 150.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 171 166 14 0 0.03 0.92 0.33 58.09 0.85 0.36
Hex AB A6 E 0 3 5C 21 3A 55 24
Octal 253 246 16 0 3 134 41 72 125 44
Binary 10101011 10100110 1110 0 11 1011100 100001 111010 1010101 100100

Color Harmonies of #ABA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA60E

Black with #ABA60E

Text Example


Text Example

White with #ABA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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