Html Css Color HEX #AC9916 Lucky

📋 copy color: '#AC9916'

red 172 ◦ green 153 ◦ blue 22

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

Shades of Lucky #AC9916

Tints of Lucky #AC9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 49.57%
G = 44.09%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9916 (or 0xAC9916) is known color: Lucky. HEX triplet: AC, 99 and 16. RGB value is (172,153,22). Sum of RGB (Red+Green+Blue) = 172+153+22=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9916 is #5366E9. Grayscale: #909090. Windows color (decimal): -5465834 or 1481132. OLE color: 1481132.

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

Color convert

RGB 172 153 22 -
CMYK 0 0.11 0.87 0.33
HSL 52.4º 0.77% 0.38% -
HSV(B) 52.4º 0.87% 0.67% -
XYZ 28.55 31.61 5.36 -
YUV 143.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 172 153 22 0 0.11 0.87 0.33 52.4 0.77 0.38
Hex AC 99 16 0 B 57 21 34 4D 26
Octal 254 231 26 0 13 127 41 64 115 46
Binary 10101100 10011001 10110 0 1011 1010111 100001 110100 1001101 100110

Color Harmonies of #AC9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9916

Black with #AC9916

Text Example


Text Example

White with #AC9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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