#AD7B67

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

Shades of Medium Wood #AD7B67

Tints of Medium Wood #AD7B67

Color information

#AD7B67 (or 0xAD7B67) is unknown color: approx Medium Wood. HEX triplet: AD, 7B and 67. RGB value is (173,123,103). Sum of RGB (Red+Green+Blue) = 173+123+103=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B67 is #528498. Grayscale: #878787. Windows color (decimal): -5407897 or 6781869. OLE color: 6781869.

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

Color convert

RGB173123103-
CMYK00.290.400.32
HSL17.14º29.91%54.12%-
HSV(B)17.14º40.46%67.84%-
XYZ26.7624.0316.06-
YUV135.67109.56154.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=43.36%
G=30.83%
B=25.81%

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
Decimal17312310300.290.400.3217.1429.9154.12
HexAD7B6701D2820111e36
Octal2551731470355040213666
Binary10101101111101111001110111011010001000001000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B67; }

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

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

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

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

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

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

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

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