#AD9275

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

Shades of Sandrift #AD9275

Tints of Sandrift #AD9275

Color information

#AD9275 (or 0xAD9275) is unknown color: approx Sandrift. HEX triplet: AD, 92 and 75. RGB value is (173,146,117). Sum of RGB (Red+Green+Blue) = 173+146+117=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9275 is #526D8A. Grayscale: #969696. Windows color (decimal): -5401995 or 7705261. OLE color: 7705261.

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

Color convert

RGB173146117-
CMYK00.160.320.32
HSL31.07º25.45%56.86%-
HSV(B)31.07º32.37%67.84%-
XYZ30.7230.7321.14-
YUV150.77108.95143.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=39.68%
G=33.49%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314611700.160.320.3231.0725.4556.86
HexAD927501020201f1939
Octal2552221650204040373171
Binary101011011001001011101010100001000001000001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9275; }

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

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

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

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

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

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

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

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