#AD917A

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

Shades of Sandrift #AD917A

Tints of Sandrift #AD917A

Color information

#AD917A (or 0xAD917A) is unknown color: approx Sandrift. HEX triplet: AD, 91 and 7A. RGB value is (173,145,122). Sum of RGB (Red+Green+Blue) = 173+145+122=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917A is #526E85. Grayscale: #969696. Windows color (decimal): -5402246 or 8032685. OLE color: 8032685.

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

Color convert

RGB173145122-
CMYK00.160.290.32
HSL27.06º23.72%57.84%-
HSV(B)27.06º29.48%67.84%-
XYZ30.8730.5422.68-
YUV150.75111.78143.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=39.32%
G=32.95%
B=27.73%

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
Decimal17314512200.160.290.3227.0623.7257.84
HexAD917A0101D201b183a
Octal2552211720203540333072
Binary10101101100100011111010010000111011000001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD917A; }

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

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

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

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

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

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

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

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