#AD947A

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

Shades of Sandrift #AD947A

Tints of Sandrift #AD947A

Color information

#AD947A (or 0xAD947A) is unknown color: approx Sandrift. HEX triplet: AD, 94 and 7A. RGB value is (173,148,122). Sum of RGB (Red+Green+Blue) = 173+148+122=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947A is #526B85. Grayscale: #989898. Windows color (decimal): -5401478 or 8033453. OLE color: 8033453.

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

Color convert

RGB173148122-
CMYK00.140.290.32
HSL30.59º23.72%57.84%-
HSV(B)30.59º29.48%67.84%-
XYZ31.3431.4722.83-
YUV152.51110.78142.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=39.05%
G=33.41%
B=27.54%

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
Decimal17314812200.140.290.3230.5923.7257.84
HexAD947A0E1D201f183a
Octal2552241720163540373072
Binary1010110110010100111101001110111011000001111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD947A; }

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

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

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

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

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

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

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

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