Html Css Color HEX #AD937D Sandrift

📋 copy color: '#AD937D'

red 173 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #AD937D

Tints of Sandrift #AD937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 38.88%
G = 33.03%
B = 28.09%

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

#AD937D (or 0xAD937D) is known color: Sandrift. HEX triplet: AD, 93 and 7D. RGB value is (173,147,125). Sum of RGB (Red+Green+Blue) = 173+147+125=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937D is #526C82. Grayscale: #989898. Windows color (decimal): -5401731 or 8229805. OLE color: 8229805.

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

Color convert

RGB 173 147 125 -
CMYK 0 0.15 0.28 0.32
HSL 27.5º 0.23% 0.58% -
HSV(B) 27.5º 0.28% 0.68% -
XYZ 31.37 31.23 23.78 -
YUV 152.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 173 147 125 0 0.15 0.28 0.32 27.5 0.23 0.58
Hex AD 93 7D 0 F 1C 20 1C 17 3A
Octal 255 223 175 0 17 34 40 34 27 72
Binary 10101101 10010011 1111101 0 1111 11100 100000 11100 10111 111010

Color Harmonies of #AD937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD937D

Black with #AD937D

Text Example


Text Example

White with #AD937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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