Html Css Color HEX #ABA913 Lucky

📋 copy color: '#ABA913'

red 171 ◦ green 169 ◦ blue 19

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

Shades of Lucky #ABA913

Tints of Lucky #ABA913

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.08%

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

R = 47.63%
G = 47.08%
B = 5.29%

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

#ABA913 (or 0xABA913) is known color: Lucky. HEX triplet: AB, A9 and 13. RGB value is (171,169,19). Sum of RGB (Red+Green+Blue) = 171+169+19=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA913 is #5456EC. Grayscale: #999999. Windows color (decimal): -5527277 or 1288619. OLE color: 1288619.

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

Color convert

RGB 171 169 19 -
CMYK 0 0.01 0.89 0.33
HSL 59.21º 0.8% 0.37% -
HSV(B) 59.21º 0.89% 0.67% -
XYZ 31.1 37.08 6.13 -
YUV 152.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 171 169 19 0 0.01 0.89 0.33 59.21 0.8 0.37
Hex AB A9 13 0 1 59 21 3B 50 25
Octal 253 251 23 0 1 131 41 73 120 45
Binary 10101011 10101001 10011 0 1 1011001 100001 111011 1010000 100101

Color Harmonies of #ABA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA913

Black with #ABA913

Text Example


Text Example

White with #ABA913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA913; }

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

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

background-color css

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

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

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

border-color css

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

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

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