Html Css Color HEX #ABA412 Lucky

📋 copy color: '#ABA412'

red 171 ◦ green 164 ◦ blue 18

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

Shades of Lucky #ABA412

Tints of Lucky #ABA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.46%

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

R = 48.44%
G = 46.46%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA412 (or 0xABA412) is known color: Lucky. HEX triplet: AB, A4 and 12. RGB value is (171,164,18). Sum of RGB (Red+Green+Blue) = 171+164+18=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA412 is #545BED. Grayscale: #969696. Windows color (decimal): -5528558 or 1221803. OLE color: 1221803.

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

Color convert

RGB 171 164 18 -
CMYK 0 0.04 0.89 0.33
HSL 57.25º 0.81% 0.37% -
HSV(B) 57.25º 0.89% 0.67% -
XYZ 30.18 35.25 5.79 -
YUV 149.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 171 164 18 0 0.04 0.89 0.33 57.25 0.81 0.37
Hex AB A4 12 0 4 59 21 39 51 25
Octal 253 244 22 0 4 131 41 71 121 45
Binary 10101011 10100100 10010 0 100 1011001 100001 111001 1010001 100101

Color Harmonies of #ABA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA412

Black with #ABA412

Text Example


Text Example

White with #ABA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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