Html Css Color HEX #AD9580 Sandrift

📋 copy color: '#AD9580'

red 173 ◦ green 149 ◦ blue 128

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

Shades of Sandrift #AD9580

Tints of Sandrift #AD9580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.11%

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

R = 38.44%
G = 33.11%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD9580 (or 0xAD9580) is known color: Sandrift. HEX triplet: AD, 95 and 80. RGB value is (173,149,128). Sum of RGB (Red+Green+Blue) = 173+149+128=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9580 is #526A7F. Grayscale: #999999. Windows color (decimal): -5401216 or 8426925. OLE color: 8426925.

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

Color convert

RGB 173 149 128 -
CMYK 0 0.14 0.26 0.32
HSL 28º 0.22% 0.59% -
HSV(B) 28º 0.26% 0.68% -
XYZ 31.88 31.94 24.91 -
YUV 153.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 173 149 128 0 0.14 0.26 0.32 28 0.22 0.59
Hex AD 95 80 0 E 1A 20 1C 16 3B
Octal 255 225 200 0 16 32 40 34 26 73
Binary 10101101 10010101 10000000 0 1110 11010 100000 11100 10110 111011

Color Harmonies of #AD9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9580

Black with #AD9580

Text Example


Text Example

White with #AD9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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