#AD6518

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

Shades of Golden Brown #AD6518

Tints of Golden Brown #AD6518

Color information

#AD6518 (or 0xAD6518) is unknown color: approx Golden Brown. HEX triplet: AD, 65 and 18. RGB value is (173,101,24). Sum of RGB (Red+Green+Blue) = 173+101+24=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6518 is #529AE7. Grayscale: #727272. Windows color (decimal): -5413608 or 1598893. OLE color: 1598893.

HSL color Cylindrical-coordinate representation of color #AD6518: hue angle of 31.01º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6518 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17310124-
CMYK00.420.860.32
HSL31.01º75.63%38.63%-
HSV(B)31.01º86.13%67.84%-
XYZ22.0518.263.23-
YUV113.7577.35170.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 24 (9.77% from 255) = 8.05%
R=58.05%
G=33.89%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731012400.420.860.3231.0175.6338.63
HexAD651802A56201f4c27
Octal25514530052126403711447
Binary1010110111001011100001010101010110100000111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6518; }

 p { color: rgb(173,101,24); }

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

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

 a { background-color: rgb(173,101,24); }

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

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

 span { border-color: rgb(173,101,24); }

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