#AD9475

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

Shades of Sandrift #AD9475

Tints of Sandrift #AD9475

Color information

#AD9475 (or 0xAD9475) is unknown color: approx Sandrift. HEX triplet: AD, 94 and 75. RGB value is (173,148,117). Sum of RGB (Red+Green+Blue) = 173+148+117=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9475 is #526B8A. Grayscale: #989898. Windows color (decimal): -5401483 or 7705773. OLE color: 7705773.

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

Color convert

RGB173148117-
CMYK00.140.320.32
HSL33.21º25.45%56.86%-
HSV(B)33.21º32.37%67.84%-
XYZ31.0331.3521.24-
YUV151.94108.28143.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=39.50%
G=33.79%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314811700.140.320.3233.2125.4556.86
HexAD94750E2020211939
Octal2552241650164040413171
Binary101011011001010011101010111010000010000010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9475; }

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

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

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

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

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

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

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

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