#AD9377

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

Shades of Sandrift #AD9377

Tints of Sandrift #AD9377

Color information

#AD9377 (or 0xAD9377) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 77. RGB value is (173,147,119). Sum of RGB (Red+Green+Blue) = 173+147+119=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9377 is #526C88. Grayscale: #979797. Windows color (decimal): -5401737 or 7836589. OLE color: 7836589.

HSL color Cylindrical-coordinate representation of color #AD9377: hue angle of 31.11º degrees, saturation: 0.25, 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 #AD9377 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173147119-
CMYK00.150.310.32
HSL31.11º24.77%57.25%-
HSV(B)31.11º31.21%67.84%-
XYZ3131.0821.82-
YUV151.58109.61143.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=39.41%
G=33.49%
B=27.11%

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
Decimal17314711900.150.310.3231.1124.7757.25
HexAD93770F1F201f1939
Octal2552231670173740373171
Binary1010110110010011111011101111111111000001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9377; }

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

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

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

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

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

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

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

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