Html Css Color HEX #AB8C18 Lucky

📋 copy color: '#AB8C18'

red 171 ◦ green 140 ◦ blue 24

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

Shades of Lucky #AB8C18

Tints of Lucky #AB8C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

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

R = 51.04%
G = 41.79%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB8C18 (or 0xAB8C18) is known color: Lucky. HEX triplet: AB, 8C and 18. RGB value is (171,140,24). Sum of RGB (Red+Green+Blue) = 171+140+24=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C18 is #5473E7. Grayscale: #888888. Windows color (decimal): -5534696 or 1608875. OLE color: 1608875.

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

Color convert

RGB 171 140 24 -
CMYK 0 0.18 0.86 0.33
HSL 47.35º 0.75% 0.38% -
HSV(B) 47.35º 0.86% 0.67% -
XYZ 26.34 27.48 4.78 -
YUV 136.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 171 140 24 0 0.18 0.86 0.33 47.35 0.75 0.38
Hex AB 8C 18 0 12 56 21 2F 4B 26
Octal 253 214 30 0 22 126 41 57 113 46
Binary 10101011 10001100 11000 0 10010 1010110 100001 101111 1001011 100110

Color Harmonies of #AB8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C18

Black with #AB8C18

Text Example


Text Example

White with #AB8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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