Html Css Color HEX #AD947D Sandrift

📋 copy color: '#AD947D'

red 173 ◦ green 148 ◦ blue 125

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

Shades of Sandrift #AD947D

Tints of Sandrift #AD947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 38.79%
G = 33.18%
B = 28.03%

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

#AD947D (or 0xAD947D) is known color: Sandrift. HEX triplet: AD, 94 and 7D. RGB value is (173,148,125). Sum of RGB (Red+Green+Blue) = 173+148+125=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947D is #526B82. Grayscale: #989898. Windows color (decimal): -5401475 or 8230061. OLE color: 8230061.

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

Color convert

RGB 173 148 125 -
CMYK 0 0.14 0.28 0.32
HSL 28.75º 0.23% 0.58% -
HSV(B) 28.75º 0.28% 0.68% -
XYZ 31.53 31.54 23.83 -
YUV 152.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 173 148 125 0 0.14 0.28 0.32 28.75 0.23 0.58
Hex AD 94 7D 0 E 1C 20 1D 17 3A
Octal 255 224 175 0 16 34 40 35 27 72
Binary 10101101 10010100 1111101 0 1110 11100 100000 11101 10111 111010

Color Harmonies of #AD947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD947D

Black with #AD947D

Text Example


Text Example

White with #AD947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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