Html Css Color HEX #AD8C7C Sandrift

📋 copy color: '#AD8C7C'

red 173 ◦ green 140 ◦ blue 124

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

Shades of Sandrift #AD8C7C

Tints of Sandrift #AD8C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

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

R = 39.59%
G = 32.04%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD8C7C (or 0xAD8C7C) is known color: Sandrift. HEX triplet: AD, 8C and 7C. RGB value is (173,140,124). Sum of RGB (Red+Green+Blue) = 173+140+124=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C7C is #527383. Grayscale: #949494. Windows color (decimal): -5403524 or 8162477. OLE color: 8162477.

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

Color convert

RGB 173 140 124 -
CMYK 0 0.19 0.28 0.32
HSL 19.59º 0.23% 0.58% -
HSV(B) 19.59º 0.28% 0.68% -
XYZ 30.25 29.1 23.09 -
YUV 148.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 173 140 124 0 0.19 0.28 0.32 19.59 0.23 0.58
Hex AD 8C 7C 0 13 1C 20 14 17 3A
Octal 255 214 174 0 23 34 40 24 27 72
Binary 10101101 10001100 1111100 0 10011 11100 100000 10100 10111 111010

Color Harmonies of #AD8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C7C

Black with #AD8C7C

Text Example


Text Example

White with #AD8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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