#AD6815

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

Shades of Golden Brown #AD6815

Tints of Golden Brown #AD6815

Color information

#AD6815 (or 0xAD6815) is unknown color: approx Golden Brown. HEX triplet: AD, 68 and 15. RGB value is (173,104,21). Sum of RGB (Red+Green+Blue) = 173+104+21=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6815 is #5297EA. Grayscale: #737373. Windows color (decimal): -5412843 or 1403053. OLE color: 1403053.

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

Color convert

RGB17310421-
CMYK00.400.880.32
HSL32.76º78.35%38.04%-
HSV(B)32.76º87.86%67.84%-
XYZ22.3218.843.17-
YUV115.1774.86169.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 21 (8.59% from 255) = 7.05%
R=58.05%
G=34.90%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731042100.400.880.3232.7678.3538.04
HexAD68150285820214e26
Octal25515025050130404111646
Binary10101101110100010101010100010110001000001000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6815; }

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

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

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

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

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

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

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

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