#AD9183

Color #AD9183 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AD9183

Tints of Sandrift #AD9183

Color information

#AD9183 (or 0xAD9183) is unknown color: approx 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

RGB173145131-
CMYK00.160.240.32
HSL20º20.39%59.61%-
HSV(B)20º24.28%67.84%-
XYZ31.4630.7725.75-
YUV151.78116.28143.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314513100.160.240.322020.3959.61
HexAD9183010182014143c
Octal2552212030203040242474
Binary101011011001000110000011010000110001000001010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>