#AD917E

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

Shades of Sandrift #AD917E

Tints of Sandrift #AD917E

Color information

#AD917E (or 0xAD917E) is unknown color: approx Sandrift. HEX triplet: AD, 91 and 7E. RGB value is (173,145,126). Sum of RGB (Red+Green+Blue) = 173+145+126=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917E is #526E81. Grayscale: #979797. Windows color (decimal): -5402242 or 8294829. OLE color: 8294829.

HSL color Cylindrical-coordinate representation of color #AD917E: hue angle of 24.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD917E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173145126-
CMYK00.160.270.32
HSL24.26º22.27%58.63%-
HSV(B)24.26º27.17%67.84%-
XYZ31.1230.6424.01-
YUV151.21113.78143.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=38.96%
G=32.66%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314512600.160.270.3224.2622.2758.63
HexAD917E0101B2018163b
Octal2552211760203340302673
Binary10101101100100011111110010000110111000001100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD917E; }

 p { color: rgb(173,145,126); }

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

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

 a { background-color: rgb(173,145,126); }

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

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

 span { border-color: rgb(173,145,126); }

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