Html Css Color HEX #AC8D18 Lucky

📋 copy color: '#AC8D18'

red 172 ◦ green 141 ◦ blue 24

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

Shades of Lucky #AC8D18

Tints of Lucky #AC8D18

RGB

 RED value IS 172 (67.58% from 255) = 51.04%

 GREEN value IS 141 (55.47% from 255) = 41.84%

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

R = 51.04%
G = 41.84%
B = 7.12%

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

#AC8D18 (or 0xAC8D18) is known color: Lucky. HEX triplet: AC, 8D and 18. RGB value is (172,141,24). Sum of RGB (Red+Green+Blue) = 172+141+24=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D18 is #5372E7. Grayscale: #898989. Windows color (decimal): -5468904 or 1609132. OLE color: 1609132.

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

Color convert

RGB 172 141 24 -
CMYK 0 0.18 0.86 0.33
HSL 47.43º 0.76% 0.38% -
HSV(B) 47.43º 0.86% 0.67% -
XYZ 26.7 27.89 4.84 -
YUV 136.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 172 141 24 0 0.18 0.86 0.33 47.43 0.76 0.38
Hex AC 8D 18 0 12 56 21 2F 4C 26
Octal 254 215 30 0 22 126 41 57 114 46
Binary 10101100 10001101 11000 0 10010 1010110 100001 101111 1001100 100110

Color Harmonies of #AC8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D18

Black with #AC8D18

Text Example


Text Example

White with #AC8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D18; }

 p { color: rgb(172,141,24); }

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

background-color css

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

 a { background-color: rgb(172,141,24); }

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

border-color css

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

 span { border-color: rgb(172,141,24); }

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