Html Css Color HEX #ABA011 Lucky

📋 copy color: '#ABA011'

red 171 ◦ green 160 ◦ blue 17

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

Shades of Lucky #ABA011

Tints of Lucky #ABA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

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

R = 49.14%
G = 45.98%
B = 4.89%

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

#ABA011 (or 0xABA011) is known color: Lucky. HEX triplet: AB, A0 and 11. RGB value is (171,160,17). Sum of RGB (Red+Green+Blue) = 171+160+17=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA011 is #545FEE. Grayscale: #939393. Windows color (decimal): -5529583 or 1155243. OLE color: 1155243.

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

Color convert

RGB 171 160 17 -
CMYK 0 0.06 0.90 0.33
HSL 55.71º 0.82% 0.37% -
HSV(B) 55.71º 0.9% 0.67% -
XYZ 29.47 33.84 5.51 -
YUV 146.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 171 160 17 0 0.06 0.90 0.33 55.71 0.82 0.37
Hex AB A0 11 0 6 5A 21 38 52 25
Octal 253 240 21 0 6 132 41 70 122 45
Binary 10101011 10100000 10001 0 110 1011010 100001 111000 1010010 100101

Color Harmonies of #ABA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA011

Black with #ABA011

Text Example


Text Example

White with #ABA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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