#AD561E

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

Shades of Rich Gold #AD561E

Tints of Rich Gold #AD561E

Color information

#AD561E (or 0xAD561E) is unknown color: approx Rich Gold. HEX triplet: AD, 56 and 1E. RGB value is (173,86,30). Sum of RGB (Red+Green+Blue) = 173+86+30=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD561E is #52A9E1. Grayscale: #696969. Windows color (decimal): -5417442 or 1988269. OLE color: 1988269.

HSL color Cylindrical-coordinate representation of color #AD561E: hue angle of 23.5º 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 #AD561E is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1738630-
CMYK00.500.830.32
HSL23.5º70.44%39.8%-
HSV(B)23.5º82.66%67.84%-
XYZ20.815.633.15-
YUV105.6385.32176.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=59.86%
G=29.76%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173863000.500.830.3223.570.4439.8
HexAD561E0325320174628
Octal25512636062123402710650
Binary1010110110101101111001100101010011100000101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD561E; }

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

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

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

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

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

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

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

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