#AD4D1E

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

Shades of Rich Gold #AD4D1E

Tints of Rich Gold #AD4D1E

Color information

#AD4D1E (or 0xAD4D1E) is unknown color: approx Rich Gold. HEX triplet: AD, 4D and 1E. RGB value is (173,77,30). Sum of RGB (Red+Green+Blue) = 173+77+30=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D1E is #52B2E1. Grayscale: #646464. Windows color (decimal): -5419746 or 1985965. OLE color: 1985965.

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

Color convert

RGB1737730-
CMYK00.550.830.32
HSL19.72º70.44%39.8%-
HSV(B)19.72º82.66%67.84%-
XYZ20.1214.292.93-
YUV100.3588.3179.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.79%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=61.79%
G=27.5%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173773000.550.830.3219.7270.4439.8
HexAD4D1E0375320144628
Octal25511536067123402410650
Binary1010110110011011111001101111010011100000101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4D1E; }

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

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

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

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

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

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

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

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