#AD6805

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

Shades of Golden Brown #AD6805

Tints of Golden Brown #AD6805

Color information

#AD6805 (or 0xAD6805) is unknown color: approx Golden Brown. HEX triplet: AD, 68 and 05. RGB value is (173,104,5). Sum of RGB (Red+Green+Blue) = 173+104+5=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6805 is #5297FA. Grayscale: #717171. Windows color (decimal): -5412859 or 354477. OLE color: 354477.

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

Color convert

RGB1731045-
CMYK00.400.970.32
HSL35.36º94.38%34.9%-
HSV(B)35.36º97.11%67.84%-
XYZ22.2118.82.6-
YUV113.3466.86170.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=61.35%
G=36.88%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173104500.400.970.3235.3694.3834.9
HexAD6850286120235e23
Octal2551505050141404313643
Binary101011011101000101010100011000011000001000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6805; }

 p { color: rgb(173,104,5); }

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

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

 a { background-color: rgb(173,104,5); }

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

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

 span { border-color: rgb(173,104,5); }

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