Html Css Color HEX #AD8E7E Sandrift

📋 copy color: '#AD8E7E'

red 173 ◦ green 142 ◦ blue 126

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

Shades of Sandrift #AD8E7E

Tints of Sandrift #AD8E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 39.23%
G = 32.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD8E7E (or 0xAD8E7E) is known color: Sandrift. HEX triplet: AD, 8E and 7E. RGB value is (173,142,126). Sum of RGB (Red+Green+Blue) = 173+142+126=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E7E is #527181. Grayscale: #959595. Windows color (decimal): -5403010 or 8294061. OLE color: 8294061.

HSL color Cylindrical-coordinate representation of color #AD8E7E: hue angle of 20.43º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8E7E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 142 126 -
CMYK 0 0.18 0.27 0.32
HSL 20.43º 0.22% 0.59% -
HSV(B) 20.43º 0.27% 0.68% -
XYZ 30.67 29.74 23.86 -
YUV 149.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 173 142 126 0 0.18 0.27 0.32 20.43 0.22 0.59
Hex AD 8E 7E 0 12 1B 20 14 16 3B
Octal 255 216 176 0 22 33 40 24 26 73
Binary 10101101 10001110 1111110 0 10010 11011 100000 10100 10110 111011

Color Harmonies of #AD8E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E7E

Black with #AD8E7E

Text Example


Text Example

White with #AD8E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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