Html Css Color HEX #AD8D7C Sandrift

📋 copy color: '#AD8D7C'

red 173 ◦ green 141 ◦ blue 124

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

Shades of Sandrift #AD8D7C

Tints of Sandrift #AD8D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 39.5%
G = 32.19%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD8D7C (or 0xAD8D7C) is known color: Sandrift. HEX triplet: AD, 8D and 7C. RGB value is (173,141,124). Sum of RGB (Red+Green+Blue) = 173+141+124=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7C is #527283. Grayscale: #949494. Windows color (decimal): -5403268 or 8162733. OLE color: 8162733.

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

Color convert

RGB 173 141 124 -
CMYK 0 0.18 0.28 0.32
HSL 20.82º 0.23% 0.58% -
HSV(B) 20.82º 0.28% 0.68% -
XYZ 30.4 29.39 23.14 -
YUV 148.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 173 141 124 0 0.18 0.28 0.32 20.82 0.23 0.58
Hex AD 8D 7C 0 12 1C 20 15 17 3A
Octal 255 215 174 0 22 34 40 25 27 72
Binary 10101101 10001101 1111100 0 10010 11100 100000 10101 10111 111010

Color Harmonies of #AD8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D7C

Black with #AD8D7C

Text Example


Text Example

White with #AD8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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