Html Css Color HEX #ABA612 Lucky

📋 copy color: '#ABA612'

red 171 ◦ green 166 ◦ blue 18

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

Shades of Lucky #ABA612

Tints of Lucky #ABA612

RGB

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

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

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

R = 48.17%
G = 46.76%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA612 (or 0xABA612) is known color: Lucky. HEX triplet: AB, A6 and 12. RGB value is (171,166,18). Sum of RGB (Red+Green+Blue) = 171+166+18=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA612 is #5459ED. Grayscale: #979797. Windows color (decimal): -5528046 or 1222315. OLE color: 1222315.

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

Color convert

RGB 171 166 18 -
CMYK 0 0.03 0.89 0.33
HSL 58.04º 0.81% 0.37% -
HSV(B) 58.04º 0.89% 0.67% -
XYZ 30.54 35.97 5.91 -
YUV 150.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 171 166 18 0 0.03 0.89 0.33 58.04 0.81 0.37
Hex AB A6 12 0 3 59 21 3A 51 25
Octal 253 246 22 0 3 131 41 72 121 45
Binary 10101011 10100110 10010 0 11 1011001 100001 111010 1010001 100101

Color Harmonies of #ABA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA612

Black with #ABA612

Text Example


Text Example

White with #ABA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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