#AD907C

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

Shades of Sandrift #AD907C

Tints of Sandrift #AD907C

Color information

#AD907C (or 0xAD907C) is unknown color: approx Sandrift. HEX triplet: AD, 90 and 7C. RGB value is (173,144,124). Sum of RGB (Red+Green+Blue) = 173+144+124=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD907C is #526F83. Grayscale: #969696. Windows color (decimal): -5402500 or 8163501. OLE color: 8163501.

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

Color convert

RGB173144124-
CMYK00.170.280.32
HSL24.49º23%58.24%-
HSV(B)24.49º28.32%67.84%-
XYZ30.8430.2923.29-
YUV150.39113.11144.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=39.23%
G=32.65%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314412400.170.280.3224.492358.24
HexAD907C0111C2018173a
Octal2552201740213440302772
Binary10101101100100001111100010001111001000001100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD907C; }

 p { color: rgb(173,144,124); }

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

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

 a { background-color: rgb(173,144,124); }

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

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

 span { border-color: rgb(173,144,124); }

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