#AD957A

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

Shades of Sandrift #AD957A

Tints of Sandrift #AD957A

Color information

#AD957A (or 0xAD957A) is unknown color: approx Sandrift. HEX triplet: AD, 95 and 7A. RGB value is (173,149,122). Sum of RGB (Red+Green+Blue) = 173+149+122=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957A is #526A85. Grayscale: #999999. Windows color (decimal): -5401222 or 8033709. OLE color: 8033709.

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

Color convert

RGB173149122-
CMYK00.140.290.32
HSL31.76º23.72%57.84%-
HSV(B)31.76º29.48%67.84%-
XYZ31.4931.7822.89-
YUV153.1110.45142.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=38.96%
G=33.56%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314912200.140.290.3231.7623.7257.84
HexAD957A0E1D2020183a
Octal2552251720163540403072
Binary10101101100101011111010011101110110000010000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD957A; }

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

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

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

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

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

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

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

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