Html Css Color HEX #AD9183 Sandrift

📋 copy color: '#AD9183'

red 173 ◦ green 145 ◦ blue 131

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

Shades of Sandrift #AD9183

Tints of Sandrift #AD9183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 38.53%
G = 32.29%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD9183 (or 0xAD9183) is known color: Sandrift. HEX triplet: AD, 91 and 83. RGB value is (173,145,131). Sum of RGB (Red+Green+Blue) = 173+145+131=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9183 is #526E7C. Grayscale: #979797. Windows color (decimal): -5402237 or 8622509. OLE color: 8622509.

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

Color convert

RGB 173 145 131 -
CMYK 0 0.16 0.24 0.32
HSL 20º 0.2% 0.6% -
HSV(B) 20º 0.24% 0.68% -
XYZ 31.46 30.77 25.75 -
YUV 151.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 173 145 131 0 0.16 0.24 0.32 20 0.2 0.6
Hex AD 91 83 0 10 18 20 14 14 3C
Octal 255 221 203 0 20 30 40 24 24 74
Binary 10101101 10010001 10000011 0 10000 11000 100000 10100 10100 111100

Color Harmonies of #AD9183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9183

Black with #AD9183

Text Example


Text Example

White with #AD9183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9183; }

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

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

background-color css

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

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

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

border-color css

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

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

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