Html Css Color HEX #ABA211 Lucky

📋 copy color: '#ABA211'

red 171 ◦ green 162 ◦ blue 17

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

Shades of Lucky #ABA211

Tints of Lucky #ABA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 48.86%
G = 46.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ABA211 (or 0xABA211) is known color: Lucky. HEX triplet: AB, A2 and 11. RGB value is (171,162,17). Sum of RGB (Red+Green+Blue) = 171+162+17=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA211 is #545DEE. Grayscale: #949494. Windows color (decimal): -5529071 or 1155755. OLE color: 1155755.

HSL color Cylindrical-coordinate representation of color #ABA211: hue angle of 56.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABA211 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 17 -
CMYK 0 0.05 0.90 0.33
HSL 56.49º 0.82% 0.37% -
HSV(B) 56.49º 0.9% 0.67% -
XYZ 29.82 34.54 5.63 -
YUV 148.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 171 162 17 0 0.05 0.90 0.33 56.49 0.82 0.37
Hex AB A2 11 0 5 5A 21 38 52 25
Octal 253 242 21 0 5 132 41 70 122 45
Binary 10101011 10100010 10001 0 101 1011010 100001 111000 1010010 100101

Color Harmonies of #ABA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA211

Black with #ABA211

Text Example


Text Example

White with #ABA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA211; }

 p { color: rgb(171,162,17); }

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

background-color css

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

 a { background-color: rgb(171,162,17); }

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

border-color css

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

 span { border-color: rgb(171,162,17); }

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