#AD907E

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

Shades of Sandrift #AD907E

Tints of Sandrift #AD907E

Color information

#AD907E (or 0xAD907E) is unknown color: approx Sandrift. HEX triplet: AD, 90 and 7E. RGB value is (173,144,126). Sum of RGB (Red+Green+Blue) = 173+144+126=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD907E is #526F81. Grayscale: #969696. Windows color (decimal): -5402498 or 8294573. OLE color: 8294573.

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

Color convert

RGB173144126-
CMYK00.170.270.32
HSL22.98º22.27%58.63%-
HSV(B)22.98º27.17%67.84%-
XYZ30.9730.3423.96-
YUV150.62114.11143.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=39.05%
G=32.51%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314412600.170.270.3222.9822.2758.63
HexAD907E0111B2017163b
Octal2552201760213340272673
Binary10101101100100001111110010001110111000001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD907E; }

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

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

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

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

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

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

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

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