#AC8944

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

Shades of Luxor Gold #AC8944

Tints of Luxor Gold #AC8944

Color information

#AC8944 (or 0xAC8944) is unknown color: approx Luxor Gold. HEX triplet: AC, 89 and 44. RGB value is (172,137,68). Sum of RGB (Red+Green+Blue) = 172+137+68=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8944 is #5376BB. Grayscale: #8B8B8B. Windows color (decimal): -5469884 or 4491692. OLE color: 4491692.

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

Color convert

RGB17213768-
CMYK00.200.600.33
HSL39.81º43.33%47.06%-
HSV(B)39.81º60.47%67.45%-
XYZ2727.089.27-
YUV139.687.6151.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=45.62%
G=36.34%
B=18.04%

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
Decimal1721376800.200.600.3339.8143.3347.06
HexAC89440143C21282b2f
Octal2542111040247441505357
Binary10101100100010011000100010100111100100001101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8944; }

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

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

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

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

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

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

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

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