#AD8967

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

Shades of Sandal #AD8967

Tints of Sandal #AD8967

Color information

#AD8967 (or 0xAD8967) is unknown color: approx Sandal. HEX triplet: AD, 89 and 67. RGB value is (173,137,103). Sum of RGB (Red+Green+Blue) = 173+137+103=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8967 is #527698. Grayscale: #909090. Windows color (decimal): -5404313 or 6785453. OLE color: 6785453.

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

Color convert

RGB173137103-
CMYK00.210.400.32
HSL29.14º29.91%54.12%-
HSV(B)29.14º40.46%67.84%-
XYZ28.6327.7516.68-
YUV143.89104.93148.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=41.89%
G=33.17%
B=24.94%

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
Decimal17313710300.210.400.3229.1429.9154.12
HexAD896701528201d1e36
Octal2552111470255040353666
Binary101011011000100111001110101011010001000001110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8967; }

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

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

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

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

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

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

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

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