#AD8975

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

Shades of Sandrift #AD8975

Tints of Sandrift #AD8975

Color information

#AD8975 (or 0xAD8975) is unknown color: approx Sandrift. HEX triplet: AD, 89 and 75. RGB value is (173,137,117). Sum of RGB (Red+Green+Blue) = 173+137+117=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8975 is #52768A. Grayscale: #919191. Windows color (decimal): -5404299 or 7702957. OLE color: 7702957.

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

Color convert

RGB173137117-
CMYK00.210.320.32
HSL21.43º25.45%56.86%-
HSV(B)21.43º32.37%67.84%-
XYZ29.3928.0620.7-
YUV145.48111.93147.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=40.52%
G=32.08%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313711700.210.320.3221.4325.4556.86
HexAD89750152020151939
Octal2552111650254040253171
Binary101011011000100111101010101011000001000001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8975; }

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

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

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

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

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

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

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

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