#AC9706

Color #AC9706 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AC9706

Tints of Lucky #AC9706

Color information

#AC9706 (or 0xAC9706) is unknown color: approx Lucky. HEX triplet: AC, 97 and 06. RGB value is (172,151,6). Sum of RGB (Red+Green+Blue) = 172+151+6=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9706 is #5368F9. Grayscale: #8D8D8D. Windows color (decimal): -5466362 or 432044. OLE color: 432044.

HSL color Cylindrical-coordinate representation of color #AC9706: hue angle of 52.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC9706 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1721516-
CMYK00.120.970.33
HSL52.41º93.26%34.9%-
HSV(B)52.41º96.51%67.45%-
XYZ28.1130.924.66-
YUV140.7551.96150.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=52.28%
G=45.90%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172151600.120.970.3352.4193.2634.9
HexAC9760C6121345d23
Octal2542276014141416413543
Binary10101100100101111100110011000011000011101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9706; }

 p { color: rgb(172,151,6); }

 H1.HeaderClassName
 {
   color: #AC9706;
 }
 .AnyTagClassName
 {
   color: #AC9706;
 }
</style>
background-color css

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

 a { background-color: rgb(172,151,6); }

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

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

 span { border-color: rgb(172,151,6); }

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