Html Css Color HEX #AB9418 Lucky

📋 copy color: '#AB9418'

red 171 ◦ green 148 ◦ blue 24

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

Shades of Lucky #AB9418

Tints of Lucky #AB9418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

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

R = 49.85%
G = 43.15%
B = 7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB9418 (or 0xAB9418) is known color: Lucky. HEX triplet: AB, 94 and 18. RGB value is (171,148,24). Sum of RGB (Red+Green+Blue) = 171+148+24=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9418 is #546BE7. Grayscale: #8D8D8D. Windows color (decimal): -5532648 or 1610923. OLE color: 1610923.

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

Color convert

RGB 171 148 24 -
CMYK 0 0.13 0.86 0.33
HSL 50.61º 0.75% 0.38% -
HSV(B) 50.61º 0.86% 0.67% -
XYZ 27.55 29.9 5.18 -
YUV 140.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 171 148 24 0 0.13 0.86 0.33 50.61 0.75 0.38
Hex AB 94 18 0 D 56 21 33 4B 26
Octal 253 224 30 0 15 126 41 63 113 46
Binary 10101011 10010100 11000 0 1101 1010110 100001 110011 1001011 100110

Color Harmonies of #AB9418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9418

Black with #AB9418

Text Example


Text Example

White with #AB9418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9418; }

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

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

background-color css

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

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

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

border-color css

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

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

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