#AD8961

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

Shades of Sandal #AD8961

Tints of Sandal #AD8961

Color information

#AD8961 (or 0xAD8961) is unknown color: approx Sandal. HEX triplet: AD, 89 and 61. RGB value is (173,137,97). Sum of RGB (Red+Green+Blue) = 173+137+97=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8961 is #52769E. Grayscale: #8F8F8F. Windows color (decimal): -5404319 or 6392237. OLE color: 6392237.

HSL color Cylindrical-coordinate representation of color #AD8961: hue angle of 31.58º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8961 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17313797-
CMYK00.210.440.32
HSL31.58º31.67%52.94%-
HSV(B)31.58º43.93%67.84%-
XYZ28.3427.6415.15-
YUV143.2101.93149.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=42.51%
G=33.66%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731379700.210.440.3231.5831.6752.94
HexAD89610152C20202035
Octal2552111410255440404065
Binary10101101100010011100001010101101100100000100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8961; }

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

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

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

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

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

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

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

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