Html Css Color HEX #ABA111 Lucky

📋 copy color: '#ABA111'

red 171 ◦ green 161 ◦ blue 17

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

Shades of Lucky #ABA111

Tints of Lucky #ABA111

RGB

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

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

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

R = 49%
G = 46.13%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ABA111 (or 0xABA111) is known color: Lucky. HEX triplet: AB, A1 and 11. RGB value is (171,161,17). Sum of RGB (Red+Green+Blue) = 171+161+17=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA111 is #545EEE. Grayscale: #949494. Windows color (decimal): -5529327 or 1155499. OLE color: 1155499.

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

Color convert

RGB 171 161 17 -
CMYK 0 0.06 0.90 0.33
HSL 56.1º 0.82% 0.37% -
HSV(B) 56.1º 0.9% 0.67% -
XYZ 29.64 34.19 5.57 -
YUV 147.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 171 161 17 0 0.06 0.90 0.33 56.1 0.82 0.37
Hex AB A1 11 0 6 5A 21 38 52 25
Octal 253 241 21 0 6 132 41 70 122 45
Binary 10101011 10100001 10001 0 110 1011010 100001 111000 1010010 100101

Color Harmonies of #ABA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA111

Black with #ABA111

Text Example


Text Example

White with #ABA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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