#AC8E3A

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

Shades of Luxor Gold #AC8E3A

Tints of Luxor Gold #AC8E3A

Color information

#AC8E3A (or 0xAC8E3A) is unknown color: approx Luxor Gold. HEX triplet: AC, 8E and 3A. RGB value is (172,142,58). Sum of RGB (Red+Green+Blue) = 172+142+58=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E3A is #5371C5. Grayscale: #8D8D8D. Windows color (decimal): -5468614 or 3837612. OLE color: 3837612.

HSL color Cylindrical-coordinate representation of color #AC8E3A: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC8E3A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17214258-
CMYK00.170.660.33
HSL44.21º49.57%45.1%-
HSV(B)44.21º66.28%67.45%-
XYZ27.4528.428.04-
YUV141.3980.94149.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=46.24%
G=38.17%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721425800.170.660.3344.2149.5745.1
HexAC8E3A01142212c322d
Octal2542167202110241546255
Binary10101100100011101110100100011000010100001101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E3A; }

 p { color: rgb(172,142,58); }

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

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

 a { background-color: rgb(172,142,58); }

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

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

 span { border-color: rgb(172,142,58); }

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