Html Css Color HEX #AC9416 Lucky

📋 copy color: '#AC9416'

red 172 ◦ green 148 ◦ blue 22

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

Shades of Lucky #AC9416

Tints of Lucky #AC9416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 50.29%
G = 43.27%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9416 (or 0xAC9416) is known color: Lucky. HEX triplet: AC, 94 and 16. RGB value is (172,148,22). Sum of RGB (Red+Green+Blue) = 172+148+22=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9416 is #536BE9. Grayscale: #8D8D8D. Windows color (decimal): -5467114 or 1479852. OLE color: 1479852.

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

Color convert

RGB 172 148 22 -
CMYK 0 0.14 0.87 0.33
HSL 50.4º 0.77% 0.38% -
HSV(B) 50.4º 0.87% 0.67% -
XYZ 27.75 30.01 5.09 -
YUV 140.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 172 148 22 0 0.14 0.87 0.33 50.4 0.77 0.38
Hex AC 94 16 0 E 57 21 32 4D 26
Octal 254 224 26 0 16 127 41 62 115 46
Binary 10101100 10010100 10110 0 1110 1010111 100001 110010 1001101 100110

Color Harmonies of #AC9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9416

Black with #AC9416

Text Example


Text Example

White with #AC9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9416; }

 p { color: rgb(172,148,22); }

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

background-color css

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

 a { background-color: rgb(172,148,22); }

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

border-color css

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

 span { border-color: rgb(172,148,22); }

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