Html Css Color HEX #AB9913 Lucky

📋 copy color: '#AB9913'

red 171 ◦ green 153 ◦ blue 19

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

Shades of Lucky #AB9913

Tints of Lucky #AB9913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 49.85%
G = 44.61%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB9913 (or 0xAB9913) is known color: Lucky. HEX triplet: AB, 99 and 13. RGB value is (171,153,19). Sum of RGB (Red+Green+Blue) = 171+153+19=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9913 is #5466EC. Grayscale: #8F8F8F. Windows color (decimal): -5531373 or 1284523. OLE color: 1284523.

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

Color convert

RGB 171 153 19 -
CMYK 0 0.11 0.89 0.33
HSL 52.89º 0.8% 0.37% -
HSV(B) 52.89º 0.89% 0.67% -
XYZ 28.3 31.49 5.2 -
YUV 143.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 171 153 19 0 0.11 0.89 0.33 52.89 0.8 0.37
Hex AB 99 13 0 B 59 21 35 50 25
Octal 253 231 23 0 13 131 41 65 120 45
Binary 10101011 10011001 10011 0 1011 1011001 100001 110101 1010000 100101

Color Harmonies of #AB9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9913

Black with #AB9913

Text Example


Text Example

White with #AB9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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