#AC8A40

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

Shades of Luxor Gold #AC8A40

Tints of Luxor Gold #AC8A40

Color information

#AC8A40 (or 0xAC8A40) is unknown color: approx Luxor Gold. HEX triplet: AC, 8A and 40. RGB value is (172,138,64). Sum of RGB (Red+Green+Blue) = 172+138+64=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A40 is #5375BF. Grayscale: #8C8C8C. Windows color (decimal): -5469632 or 4229804. OLE color: 4229804.

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

Color convert

RGB17213864-
CMYK00.200.630.33
HSL41.11º45.76%46.27%-
HSV(B)41.11º62.79%67.45%-
XYZ27.0327.328.7-
YUV139.7385.26151.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=45.99%
G=36.90%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721386400.200.630.3341.1145.7646.27
HexAC8A400143F21292e2e
Octal2542121000247741515656
Binary10101100100010101000000010100111111100001101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A40; }

 p { color: rgb(172,138,64); }

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

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

 a { background-color: rgb(172,138,64); }

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

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

 span { border-color: rgb(172,138,64); }

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