#AD6C18

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

Shades of Golden Brown #AD6C18

Tints of Golden Brown #AD6C18

Color information

#AD6C18 (or 0xAD6C18) is unknown color: approx Golden Brown. HEX triplet: AD, 6C and 18. RGB value is (173,108,24). Sum of RGB (Red+Green+Blue) = 173+108+24=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C18 is #5293E7. Grayscale: #767676. Windows color (decimal): -5411816 or 1600685. OLE color: 1600685.

HSL color Cylindrical-coordinate representation of color #AD6C18: hue angle of 33.83º 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 #AD6C18 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17310824-
CMYK00.380.860.32
HSL33.83º75.63%38.63%-
HSV(B)33.83º86.13%67.84%-
XYZ22.7619.683.46-
YUV117.8675.03167.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=56.72%
G=35.41%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731082400.380.860.3233.8375.6338.63
HexAD6C180265620224c27
Octal25515430046126404211447
Binary10101101110110011000010011010101101000001000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C18; }

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

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

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

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

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

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

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

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