Html Css Color HEX #ABAA13 Lucky

📋 copy color: '#ABAA13'

red 171 ◦ green 170 ◦ blue 19

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

Shades of Lucky #ABAA13

Tints of Lucky #ABAA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.22%

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 47.5%
G = 47.22%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABAA13 (or 0xABAA13) is known color: Lucky. HEX triplet: AB, AA and 13. RGB value is (171,170,19). Sum of RGB (Red+Green+Blue) = 171+170+19=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA13 is #5455EC. Grayscale: #999999. Windows color (decimal): -5527021 or 1288875. OLE color: 1288875.

HSL color Cylindrical-coordinate representation of color #ABAA13: hue angle of 59.61º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABAA13 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 19 -
CMYK 0 0.01 0.89 0.33
HSL 59.61º 0.8% 0.37% -
HSV(B) 59.61º 0.89% 0.67% -
XYZ 31.29 37.45 6.2 -
YUV 153.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 171 170 19 0 0.01 0.89 0.33 59.61 0.8 0.37
Hex AB AA 13 0 1 59 21 3C 50 25
Octal 253 252 23 0 1 131 41 74 120 45
Binary 10101011 10101010 10011 0 1 1011001 100001 111100 1010000 100101

Color Harmonies of #ABAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA13

Black with #ABAA13

Text Example


Text Example

White with #ABAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA13; }

 p { color: rgb(171,170,19); }

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

background-color css

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

 a { background-color: rgb(171,170,19); }

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

border-color css

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

 span { border-color: rgb(171,170,19); }

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