Html Css Color HEX #AC9116 Lucky

📋 copy color: '#AC9116'

red 172 ◦ green 145 ◦ blue 22

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

Shades of Lucky #AC9116

Tints of Lucky #AC9116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

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

R = 50.74%
G = 42.77%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9116 (or 0xAC9116) is known color: Lucky. HEX triplet: AC, 91 and 16. RGB value is (172,145,22). Sum of RGB (Red+Green+Blue) = 172+145+22=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9116 is #536EE9. Grayscale: #8B8B8B. Windows color (decimal): -5467882 or 1479084. OLE color: 1479084.

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

Color convert

RGB 172 145 22 -
CMYK 0 0.16 0.87 0.33
HSL 49.2º 0.77% 0.38% -
HSV(B) 49.2º 0.87% 0.67% -
XYZ 27.28 29.08 4.93 -
YUV 139.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 172 145 22 0 0.16 0.87 0.33 49.2 0.77 0.38
Hex AC 91 16 0 10 57 21 31 4D 26
Octal 254 221 26 0 20 127 41 61 115 46
Binary 10101100 10010001 10110 0 10000 1010111 100001 110001 1001101 100110

Color Harmonies of #AC9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9116

Black with #AC9116

Text Example


Text Example

White with #AC9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9116; }

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

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

background-color css

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

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

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

border-color css

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

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

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