Html Css Color HEX #ABA112 Lucky

📋 copy color: '#ABA112'

red 171 ◦ green 161 ◦ blue 18

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

Shades of Lucky #ABA112

Tints of Lucky #ABA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

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

R = 48.86%
G = 46%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA112 (or 0xABA112) is known color: Lucky. HEX triplet: AB, A1 and 12. RGB value is (171,161,18). Sum of RGB (Red+Green+Blue) = 171+161+18=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA112 is #545EED. Grayscale: #949494. Windows color (decimal): -5529326 or 1221035. OLE color: 1221035.

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

Color convert

RGB 171 161 18 -
CMYK 0 0.06 0.89 0.33
HSL 56.08º 0.81% 0.37% -
HSV(B) 56.08º 0.89% 0.67% -
XYZ 29.65 34.19 5.61 -
YUV 147.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 171 161 18 0 0.06 0.89 0.33 56.08 0.81 0.37
Hex AB A1 12 0 6 59 21 38 51 25
Octal 253 241 22 0 6 131 41 70 121 45
Binary 10101011 10100001 10010 0 110 1011001 100001 111000 1010001 100101

Color Harmonies of #ABA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA112

Black with #ABA112

Text Example


Text Example

White with #ABA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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