Html Css Color HEX #ABA311 Lucky

📋 copy color: '#ABA311'

red 171 ◦ green 163 ◦ blue 17

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

Shades of Lucky #ABA311

Tints of Lucky #ABA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 48.72%
G = 46.44%
B = 4.84%

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

#ABA311 (or 0xABA311) is known color: Lucky. HEX triplet: AB, A3 and 11. RGB value is (171,163,17). Sum of RGB (Red+Green+Blue) = 171+163+17=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA311 is #545CEE. Grayscale: #959595. Windows color (decimal): -5528815 or 1156011. OLE color: 1156011.

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

Color convert

RGB 171 163 17 -
CMYK 0 0.05 0.90 0.33
HSL 56.88º 0.82% 0.37% -
HSV(B) 56.88º 0.9% 0.67% -
XYZ 29.99 34.89 5.68 -
YUV 148.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 171 163 17 0 0.05 0.90 0.33 56.88 0.82 0.37
Hex AB A3 11 0 5 5A 21 39 52 25
Octal 253 243 21 0 5 132 41 71 122 45
Binary 10101011 10100011 10001 0 101 1011010 100001 111001 1010010 100101

Color Harmonies of #ABA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA311

Black with #ABA311

Text Example


Text Example

White with #ABA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA311; }

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

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

background-color css

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

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

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

border-color css

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

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

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