Html Css Color HEX #ABA712 Lucky

📋 copy color: '#ABA712'

red 171 ◦ green 167 ◦ blue 18

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

Shades of Lucky #ABA712

Tints of Lucky #ABA712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 48.03%
G = 46.91%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA712 (or 0xABA712) is known color: Lucky. HEX triplet: AB, A7 and 12. RGB value is (171,167,18). Sum of RGB (Red+Green+Blue) = 171+167+18=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA712 is #5458ED. Grayscale: #979797. Windows color (decimal): -5527790 or 1222571. OLE color: 1222571.

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

Color convert

RGB 171 167 18 -
CMYK 0 0.02 0.89 0.33
HSL 58.43º 0.81% 0.37% -
HSV(B) 58.43º 0.89% 0.67% -
XYZ 30.72 36.34 5.97 -
YUV 151.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 171 167 18 0 0.02 0.89 0.33 58.43 0.81 0.37
Hex AB A7 12 0 2 59 21 3A 51 25
Octal 253 247 22 0 2 131 41 72 121 45
Binary 10101011 10100111 10010 0 10 1011001 100001 111010 1010001 100101

Color Harmonies of #ABA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA712

Black with #ABA712

Text Example


Text Example

White with #ABA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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