#AD5803

Color #AD5803 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD5803

Tints of Golden Brown #AD5803

Color information

#AD5803 (or 0xAD5803) is unknown color: approx Golden Brown. HEX triplet: AD, 58 and 03. RGB value is (173,88,3). Sum of RGB (Red+Green+Blue) = 173+88+3=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5803 is #52A7FC. Grayscale: #686868. Windows color (decimal): -5416957 or 219309. OLE color: 219309.

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

Color convert

RGB173883-
CMYK00.490.980.32
HSL30º96.59%34.51%-
HSV(B)30º98.27%67.84%-
XYZ20.7415.872.06-
YUV103.7271.16177.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.53%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=65.53%
G=33.33%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17388300.490.980.323096.5934.51
HexAD58303162201e6123
Octal2551303061142403614143
Binary1010110110110001101100011100010100000111101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5803; }

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

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

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

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

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

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

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

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