Html Css Color HEX #ABA816 Lucky

📋 copy color: '#ABA816'

red 171 ◦ green 168 ◦ blue 22

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

Shades of Lucky #ABA816

Tints of Lucky #ABA816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 47.37%
G = 46.54%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#ABA816 (or 0xABA816) is known color: Lucky. HEX triplet: AB, A8 and 16. RGB value is (171,168,22). Sum of RGB (Red+Green+Blue) = 171+168+22=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA816 is #5457E9. Grayscale: #989898. Windows color (decimal): -5527530 or 1484971. OLE color: 1484971.

HSL color Cylindrical-coordinate representation of color #ABA816: hue angle of 58.79º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA816 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 22 -
CMYK 0 0.02 0.87 0.33
HSL 58.79º 0.77% 0.38% -
HSV(B) 58.79º 0.87% 0.67% -
XYZ 30.94 36.72 6.22 -
YUV 152.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 171 168 22 0 0.02 0.87 0.33 58.79 0.77 0.38
Hex AB A8 16 0 2 57 21 3B 4D 26
Octal 253 250 26 0 2 127 41 73 115 46
Binary 10101011 10101000 10110 0 10 1010111 100001 111011 1001101 100110

Color Harmonies of #ABA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA816

Black with #ABA816

Text Example


Text Example

White with #ABA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA816; }

 p { color: rgb(171,168,22); }

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

background-color css

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

 a { background-color: rgb(171,168,22); }

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

border-color css

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

 span { border-color: rgb(171,168,22); }

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