#AC581A

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

Shades of Rich Gold #AC581A

Tints of Rich Gold #AC581A

Color information

#AC581A (or 0xAC581A) is unknown color: approx Rich Gold. HEX triplet: AC, 58 and 1A. RGB value is (172,88,26). Sum of RGB (Red+Green+Blue) = 172+88+26=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC581A is #53A7E5. Grayscale: #6A6A6A. Windows color (decimal): -5482470 or 1726636. OLE color: 1726636.

HSL color Cylindrical-coordinate representation of color #AC581A: hue angle of 25.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC581A is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1728826-
CMYK00.490.850.33
HSL25.48º73.74%38.82%-
HSV(B)25.48º84.88%67.45%-
XYZ20.6915.822.94-
YUV106.0582.83175.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=60.14%
G=30.77%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172882600.490.850.3325.4873.7438.82
HexAC581A0315521194a27
Octal25413032061125413111247
Binary1010110010110001101001100011010101100001110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC581A; }

 p { color: rgb(172,88,26); }

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

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

 a { background-color: rgb(172,88,26); }

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

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

 span { border-color: rgb(172,88,26); }

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