#AD8867

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

Shades of Sandal #AD8867

Tints of Sandal #AD8867

Color information

#AD8867 (or 0xAD8867) is unknown color: approx Sandal. HEX triplet: AD, 88 and 67. RGB value is (173,136,103). Sum of RGB (Red+Green+Blue) = 173+136+103=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8867 is #527798. Grayscale: #8F8F8F. Windows color (decimal): -5404569 or 6785197. OLE color: 6785197.

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

Color convert

RGB173136103-
CMYK00.210.400.32
HSL28.29º29.91%54.12%-
HSV(B)28.29º40.46%67.84%-
XYZ28.4927.4716.63-
YUV143.3105.26149.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 103 (40.62% from 255) = 25%
R=41.99%
G=33.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313610300.210.400.3228.2929.9154.12
HexAD886701528201c1e36
Octal2552101470255040343666
Binary101011011000100011001110101011010001000001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8867; }

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

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

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

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

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

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

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

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