#AC8945

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

Shades of Luxor Gold #AC8945

Tints of Luxor Gold #AC8945

Color information

#AC8945 (or 0xAC8945) is unknown color: approx Luxor Gold. HEX triplet: AC, 89 and 45. RGB value is (172,137,69). Sum of RGB (Red+Green+Blue) = 172+137+69=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8945 is #5376BA. Grayscale: #8C8C8C. Windows color (decimal): -5469883 or 4557228. OLE color: 4557228.

HSL color Cylindrical-coordinate representation of color #AC8945: hue angle of 39.61º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8945 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17213769-
CMYK00.200.600.33
HSL39.61º42.74%47.25%-
HSV(B)39.61º59.88%67.45%-
XYZ27.0327.099.43-
YUV139.7188.1151.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=45.50%
G=36.24%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721376900.200.600.3339.6142.7447.25
HexAC89450143C21282b2f
Octal2542111050247441505357
Binary10101100100010011000101010100111100100001101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8945; }

 p { color: rgb(172,137,69); }

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

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

 a { background-color: rgb(172,137,69); }

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

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

 span { border-color: rgb(172,137,69); }

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