#AD917B

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

Shades of Sandrift #AD917B

Tints of Sandrift #AD917B

Color information

#AD917B (or 0xAD917B) is unknown color: approx Sandrift. HEX triplet: AD, 91 and 7B. RGB value is (173,145,123). Sum of RGB (Red+Green+Blue) = 173+145+123=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917B is #526E84. Grayscale: #969696. Windows color (decimal): -5402245 or 8098221. OLE color: 8098221.

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

Color convert

RGB173145123-
CMYK00.160.290.32
HSL26.4º23.36%58.04%-
HSV(B)26.4º28.9%67.84%-
XYZ30.9330.5723.01-
YUV150.86112.28143.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=39.23%
G=32.88%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314512300.160.290.3226.423.3658.04
HexAD917B0101D201a173a
Octal2552211730203540322772
Binary10101101100100011111011010000111011000001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD917B; }

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

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

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

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

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

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

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

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