#AD581E

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

Shades of Rich Gold #AD581E

Tints of Rich Gold #AD581E

Color information

#AD581E (or 0xAD581E) is unknown color: approx Rich Gold. HEX triplet: AD, 58 and 1E. RGB value is (173,88,30). Sum of RGB (Red+Green+Blue) = 173+88+30=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD581E is #52A7E1. Grayscale: #6B6B6B. Windows color (decimal): -5416930 or 1988781. OLE color: 1988781.

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

Color convert

RGB1738830-
CMYK00.490.830.32
HSL24.34º70.44%39.8%-
HSV(B)24.34º82.66%67.84%-
XYZ20.9615.963.2-
YUV106.884.66175.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=59.45%
G=30.24%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173883000.490.830.3224.3470.4439.8
HexAD581E0315320184628
Octal25513036061123403010650
Binary1010110110110001111001100011010011100000110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD581E; }

 p { color: rgb(173,88,30); }

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

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

 a { background-color: rgb(173,88,30); }

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

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

 span { border-color: rgb(173,88,30); }

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