#AC591E

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

Shades of Rich Gold #AC591E

Tints of Rich Gold #AC591E

Color information

#AC591E (or 0xAC591E) is unknown color: approx Rich Gold. HEX triplet: AC, 59 and 1E. RGB value is (172,89,30). Sum of RGB (Red+Green+Blue) = 172+89+30=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC591E is #53A6E1. Grayscale: #6B6B6B. Windows color (decimal): -5482210 or 1989036. OLE color: 1989036.

HSL color Cylindrical-coordinate representation of color #AC591E: hue angle of 24.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC591E is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1728930-
CMYK00.480.830.33
HSL24.93º70.3%39.61%-
HSV(B)24.93º82.56%67.45%-
XYZ20.8216.013.22-
YUV107.0984.5174.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=59.11%
G=30.58%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172893000.480.830.3324.9370.339.61
HexAC591E0305321194628
Octal25413136060123413110650
Binary1010110010110011111001100001010011100001110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC591E; }

 p { color: rgb(172,89,30); }

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

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

 a { background-color: rgb(172,89,30); }

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

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

 span { border-color: rgb(172,89,30); }

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