Html Css Color HEX #AD9180 Sandrift

📋 copy color: '#AD9180'

red 173 ◦ green 145 ◦ blue 128

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

Shades of Sandrift #AD9180

Tints of Sandrift #AD9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

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

R = 38.79%
G = 32.51%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD9180 (or 0xAD9180) is known color: Sandrift. HEX triplet: AD, 91 and 80. RGB value is (173,145,128). Sum of RGB (Red+Green+Blue) = 173+145+128=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9180 is #526E7F. Grayscale: #979797. Windows color (decimal): -5402240 or 8425901. OLE color: 8425901.

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

Color convert

RGB 173 145 128 -
CMYK 0 0.16 0.26 0.32
HSL 22.67º 0.22% 0.59% -
HSV(B) 22.67º 0.26% 0.68% -
XYZ 31.26 30.69 24.7 -
YUV 151.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 173 145 128 0 0.16 0.26 0.32 22.67 0.22 0.59
Hex AD 91 80 0 10 1A 20 17 16 3B
Octal 255 221 200 0 20 32 40 27 26 73
Binary 10101101 10010001 10000000 0 10000 11010 100000 10111 10110 111011

Color Harmonies of #AD9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9180

Black with #AD9180

Text Example


Text Example

White with #AD9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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