Html Css Color HEX #AD937C Sandrift

📋 copy color: '#AD937C'

red 173 ◦ green 147 ◦ blue 124

#AD937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AD937C

Tints of Sandrift #AD937C

RGB

 RED value IS 173 (67.97% from 255) = 38.96%

 GREEN value IS 147 (57.81% from 255) = 33.11%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 38.96%
G = 33.11%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD937C (or 0xAD937C) is known color: Sandrift. HEX triplet: AD, 93 and 7C. RGB value is (173,147,124). Sum of RGB (Red+Green+Blue) = 173+147+124=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937C is #526C83. Grayscale: #989898. Windows color (decimal): -5401732 or 8164269. OLE color: 8164269.

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

Color convert

RGB 173 147 124 -
CMYK 0 0.15 0.28 0.32
HSL 28.16º 0.23% 0.58% -
HSV(B) 28.16º 0.28% 0.68% -
XYZ 31.31 31.21 23.44 -
YUV 152.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 173 147 124 0 0.15 0.28 0.32 28.16 0.23 0.58
Hex AD 93 7C 0 F 1C 20 1C 17 3A
Octal 255 223 174 0 17 34 40 34 27 72
Binary 10101101 10010011 1111100 0 1111 11100 100000 11100 10111 111010

Color Harmonies of #AD937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD937C

Black with #AD937C

Text Example


Text Example

White with #AD937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD937C; }

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

 H1.HeaderClassName
 {
   color: #AD937C;
 }
 .AnyTagClassName
 {
   color: #AD937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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