#AD9375

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

Shades of Sandrift #AD9375

Tints of Sandrift #AD9375

Color information

#AD9375 (or 0xAD9375) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 75. RGB value is (173,147,117). Sum of RGB (Red+Green+Blue) = 173+147+117=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9375 is #526C8A. Grayscale: #979797. Windows color (decimal): -5401739 or 7705517. OLE color: 7705517.

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

Color convert

RGB173147117-
CMYK00.150.320.32
HSL32.14º25.45%56.86%-
HSV(B)32.14º32.37%67.84%-
XYZ30.8831.0421.19-
YUV151.35108.61143.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=39.59%
G=33.64%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314711700.150.320.3232.1425.4556.86
HexAD93750F2020201939
Octal2552231650174040403171
Binary101011011001001111101010111110000010000010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9375; }

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

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

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

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

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

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

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

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