#AD9378

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

Shades of Sandrift #AD9378

Tints of Sandrift #AD9378

Color information

#AD9378 (or 0xAD9378) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 78. RGB value is (173,147,120). Sum of RGB (Red+Green+Blue) = 173+147+120=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9378 is #526C87. Grayscale: #979797. Windows color (decimal): -5401736 or 7902125. OLE color: 7902125.

HSL color Cylindrical-coordinate representation of color #AD9378: hue angle of 30.57º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9378 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173147120-
CMYK00.150.310.32
HSL30.57º24.42%57.45%-
HSV(B)30.57º30.64%67.84%-
XYZ31.0631.1122.14-
YUV151.7110.11143.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=39.32%
G=33.41%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314712000.150.310.3230.5724.4257.45
HexAD93780F1F201f1839
Octal2552231700173740373071
Binary1010110110010011111100001111111111000001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9378; }

 p { color: rgb(173,147,120); }

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

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

 a { background-color: rgb(173,147,120); }

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

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

 span { border-color: rgb(173,147,120); }

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