#AD967C

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

Shades of Sandrift #AD967C

Tints of Sandrift #AD967C

Color information

#AD967C (or 0xAD967C) is unknown color: approx Sandrift. HEX triplet: AD, 96 and 7C. RGB value is (173,150,124). Sum of RGB (Red+Green+Blue) = 173+150+124=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967C is #526983. Grayscale: #9A9A9A. Windows color (decimal): -5400964 or 8165037. OLE color: 8165037.

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

Color convert

RGB173150124-
CMYK00.130.280.32
HSL31.84º23%58.24%-
HSV(B)31.84º28.32%67.84%-
XYZ31.7832.1523.6-
YUV153.91111.12141.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=38.70%
G=33.56%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315012400.130.280.3231.842358.24
HexAD967C0D1C2020173a
Octal2552261740153440402772
Binary10101101100101101111100011011110010000010000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD967C; }

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

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

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

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

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

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

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

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