#AD7A67

Color #AD7A67 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AD7A67

Tints of Medium Wood #AD7A67

Color information

#AD7A67 (or 0xAD7A67) is unknown color: approx Medium Wood. HEX triplet: AD, 7A and 67. RGB value is (173,122,103). Sum of RGB (Red+Green+Blue) = 173+122+103=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A67 is #528598. Grayscale: #878787. Windows color (decimal): -5408153 or 6781613. OLE color: 6781613.

HSL color Cylindrical-coordinate representation of color #AD7A67: hue angle of 16.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7A67 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173122103-
CMYK00.290.400.32
HSL16.29º29.91%54.12%-
HSV(B)16.29º40.46%67.84%-
XYZ26.6423.7816.02-
YUV135.08109.9155.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=43.47%
G=30.65%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312210300.290.400.3216.2929.9154.12
HexAD7A6701D2820101e36
Octal2551721470355040203666
Binary10101101111101011001110111011010001000001000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A67; }

 p { color: rgb(173,122,103); }

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

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

 a { background-color: rgb(173,122,103); }

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

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

 span { border-color: rgb(173,122,103); }

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