Html Css Color HEX #AD8E7C Sandrift

📋 copy color: '#AD8E7C'

red 173 ◦ green 142 ◦ blue 124

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

Shades of Sandrift #AD8E7C

Tints of Sandrift #AD8E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

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

R = 39.41%
G = 32.35%
B = 28.25%

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

#AD8E7C (or 0xAD8E7C) is known color: Sandrift. HEX triplet: AD, 8E and 7C. RGB value is (173,142,124). Sum of RGB (Red+Green+Blue) = 173+142+124=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E7C is #527183. Grayscale: #959595. Windows color (decimal): -5403012 or 8162989. OLE color: 8162989.

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

Color convert

RGB 173 142 124 -
CMYK 0 0.18 0.28 0.32
HSL 22.04º 0.23% 0.58% -
HSV(B) 22.04º 0.28% 0.68% -
XYZ 30.54 29.69 23.19 -
YUV 149.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 173 142 124 0 0.18 0.28 0.32 22.04 0.23 0.58
Hex AD 8E 7C 0 12 1C 20 16 17 3A
Octal 255 216 174 0 22 34 40 26 27 72
Binary 10101101 10001110 1111100 0 10010 11100 100000 10110 10111 111010

Color Harmonies of #AD8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E7C

Black with #AD8E7C

Text Example


Text Example

White with #AD8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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