#ac8c43

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

Shades of Luxor Gold #AC8C43

Tints of Luxor Gold #AC8C43

Color information

#AC8C43 (or 0xAC8C43) is unknown color: approx Luxor Gold. HEX triplet: AC, 8C and 43. RGB value is (172,140,67). Sum of RGB (Red+Green+Blue) = 172+140+67=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C43 is #5373BC. Grayscale: #8D8D8D. Windows color (decimal): -5469117 or 4426924. OLE color: 4426924.

HSL color Cylindrical-coordinate representation of color #AC8C43: hue angle of 41.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC8C43 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17214067-
CMYK00.190.610.33
HSL41.71º43.93%46.86%-
HSV(B)41.71º61.05%67.45%-
XYZ27.427.939.26-
YUV141.2586.1149.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=45.38%
G=36.94%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721406700.190.610.3341.7143.9346.86
HexAC8C430133D212a2c2f
Octal2542141030237541525457
Binary10101100100011001000011010011111101100001101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8c43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8c43; }

 p { color: rgb(172,140,67); }

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

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

 a { background-color: rgb(172,140,67); }

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

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

 span { border-color: rgb(172,140,67); }

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