#AD8968

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

Shades of Sandal #AD8968

Tints of Sandal #AD8968

Color information

#AD8968 (or 0xAD8968) is unknown color: approx Sandal. HEX triplet: AD, 89 and 68. RGB value is (173,137,104). Sum of RGB (Red+Green+Blue) = 173+137+104=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8968 is #527697. Grayscale: #909090. Windows color (decimal): -5404312 or 6850989. OLE color: 6850989.

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

Color convert

RGB173137104-
CMYK00.210.400.32
HSL28.7º29.61%54.31%-
HSV(B)28.7º39.88%67.84%-
XYZ28.6827.7816.95-
YUV144105.43148.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=41.79%
G=33.09%
B=25.12%

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
Decimal17313710400.210.400.3228.729.6154.31
HexAD896801528201d1e36
Octal2552111500255040353666
Binary101011011000100111010000101011010001000001110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8968; }

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

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

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

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

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

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

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

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