Html Css Color HEX #AB9918 Lucky

📋 copy color: '#AB9918'

red 171 ◦ green 153 ◦ blue 24

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

Shades of Lucky #AB9918

Tints of Lucky #AB9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 49.14%
G = 43.97%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB9918 (or 0xAB9918) is known color: Lucky. HEX triplet: AB, 99 and 18. RGB value is (171,153,24). Sum of RGB (Red+Green+Blue) = 171+153+24=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9918 is #5466E7. Grayscale: #909090. Windows color (decimal): -5531368 or 1612203. OLE color: 1612203.

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

Color convert

RGB 171 153 24 -
CMYK 0 0.11 0.86 0.33
HSL 52.65º 0.75% 0.38% -
HSV(B) 52.65º 0.86% 0.67% -
XYZ 28.35 31.51 5.45 -
YUV 143.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 171 153 24 0 0.11 0.86 0.33 52.65 0.75 0.38
Hex AB 99 18 0 B 56 21 35 4B 26
Octal 253 231 30 0 13 126 41 65 113 46
Binary 10101011 10011001 11000 0 1011 1010110 100001 110101 1001011 100110

Color Harmonies of #AB9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9918

Black with #AB9918

Text Example


Text Example

White with #AB9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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