Html Css Color HEX #AD8F80 Sandrift

📋 copy color: '#AD8F80'

red 173 ◦ green 143 ◦ blue 128

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

Shades of Sandrift #AD8F80

Tints of Sandrift #AD8F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.21%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 38.96%
G = 32.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD8F80 (or 0xAD8F80) is known color: Sandrift. HEX triplet: AD, 8F and 80. RGB value is (173,143,128). Sum of RGB (Red+Green+Blue) = 173+143+128=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F80 is #52707F. Grayscale: #969696. Windows color (decimal): -5402752 or 8425389. OLE color: 8425389.

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

Color convert

RGB 173 143 128 -
CMYK 0 0.17 0.26 0.32
HSL 20º 0.22% 0.59% -
HSV(B) 20º 0.26% 0.68% -
XYZ 30.95 30.09 24.6 -
YUV 150.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 173 143 128 0 0.17 0.26 0.32 20 0.22 0.59
Hex AD 8F 80 0 11 1A 20 14 16 3B
Octal 255 217 200 0 21 32 40 24 26 73
Binary 10101101 10001111 10000000 0 10001 11010 100000 10100 10110 111011

Color Harmonies of #AD8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F80

Black with #AD8F80

Text Example


Text Example

White with #AD8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F80; }

 p { color: rgb(173,143,128); }

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

background-color css

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

 a { background-color: rgb(173,143,128); }

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

border-color css

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

 span { border-color: rgb(173,143,128); }

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