Html Css Color HEX #AC9218 Lucky

📋 copy color: '#AC9218'

red 172 ◦ green 146 ◦ blue 24

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

Shades of Lucky #AC9218

Tints of Lucky #AC9218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.69%

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

R = 50.29%
G = 42.69%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC9218 (or 0xAC9218) is known color: Lucky. HEX triplet: AC, 92 and 18. RGB value is (172,146,24). Sum of RGB (Red+Green+Blue) = 172+146+24=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9218 is #536DE7. Grayscale: #8C8C8C. Windows color (decimal): -5467624 or 1610412. OLE color: 1610412.

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

Color convert

RGB 172 146 24 -
CMYK 0 0.15 0.86 0.33
HSL 49.46º 0.76% 0.38% -
HSV(B) 49.46º 0.86% 0.67% -
XYZ 27.46 29.39 5.09 -
YUV 139.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 172 146 24 0 0.15 0.86 0.33 49.46 0.76 0.38
Hex AC 92 18 0 F 56 21 31 4C 26
Octal 254 222 30 0 17 126 41 61 114 46
Binary 10101100 10010010 11000 0 1111 1010110 100001 110001 1001100 100110

Color Harmonies of #AC9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9218

Black with #AC9218

Text Example


Text Example

White with #AC9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9218; }

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

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

background-color css

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

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

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

border-color css

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

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

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