#AD5808

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

Shades of Golden Brown #AD5808

Tints of Golden Brown #AD5808

Color information

#AD5808 (or 0xAD5808) is unknown color: approx Golden Brown. HEX triplet: AD, 58 and 08. RGB value is (173,88,8). Sum of RGB (Red+Green+Blue) = 173+88+8=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5808 is #52A7F7. Grayscale: #686868. Windows color (decimal): -5416952 or 546989. OLE color: 546989.

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

Color convert

RGB173888-
CMYK00.490.950.32
HSL29.09º91.16%35.49%-
HSV(B)29.09º95.38%67.84%-
XYZ20.7715.882.2-
YUV104.373.66177-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.31%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 8 (3.52% from 255) = 2.97%
R=64.31%
G=32.71%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17388800.490.950.3229.0991.1635.49
HexAD5880315F201d5b23
Octal25513010061137403513343
Binary101011011011000100001100011011111100000111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5808; }

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

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

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

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

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

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

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

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