Html Css Color HEX #AD957D Sandrift

📋 copy color: '#AD957D'

red 173 ◦ green 149 ◦ blue 125

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

Shades of Sandrift #AD957D

Tints of Sandrift #AD957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 38.7%
G = 33.33%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD957D (or 0xAD957D) is known color: Sandrift. HEX triplet: AD, 95 and 7D. RGB value is (173,149,125). Sum of RGB (Red+Green+Blue) = 173+149+125=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957D is #526A82. Grayscale: #999999. Windows color (decimal): -5401219 or 8230317. OLE color: 8230317.

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

Color convert

RGB 173 149 125 -
CMYK 0 0.14 0.28 0.32
HSL 30º 0.23% 0.58% -
HSV(B) 30º 0.28% 0.68% -
XYZ 31.68 31.86 23.88 -
YUV 153.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 173 149 125 0 0.14 0.28 0.32 30 0.23 0.58
Hex AD 95 7D 0 E 1C 20 1E 17 3A
Octal 255 225 175 0 16 34 40 36 27 72
Binary 10101101 10010101 1111101 0 1110 11100 100000 11110 10111 111010

Color Harmonies of #AD957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD957D

Black with #AD957D

Text Example


Text Example

White with #AD957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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