#AD8E75

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

Shades of Sandrift #AD8E75

Tints of Sandrift #AD8E75

Color information

#AD8E75 (or 0xAD8E75) is unknown color: approx Sandrift. HEX triplet: AD, 8E and 75. RGB value is (173,142,117). Sum of RGB (Red+Green+Blue) = 173+142+117=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E75 is #52718A. Grayscale: #949494. Windows color (decimal): -5403019 or 7704237. OLE color: 7704237.

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

Color convert

RGB173142117-
CMYK00.180.320.32
HSL26.79º25.45%56.86%-
HSV(B)26.79º32.37%67.84%-
XYZ30.1229.5120.94-
YUV148.42110.27145.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=40.05%
G=32.87%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314211700.180.320.3226.7925.4556.86
HexAD8E7501220201b1939
Octal2552161650224040333171
Binary101011011000111011101010100101000001000001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E75; }

 p { color: rgb(173,142,117); }

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

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

 a { background-color: rgb(173,142,117); }

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

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

 span { border-color: rgb(173,142,117); }

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