#AA9383

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

Shades of Sandrift #AA9383

Tints of Sandrift #AA9383

Color information

#AA9383 (or 0xAA9383) is unknown color: approx Sandrift. HEX triplet: AA, 93 and 83. RGB value is (170,147,131). Sum of RGB (Red+Green+Blue) = 170+147+131=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9383 is #556C7C. Grayscale: #989898. Windows color (decimal): -5598333 or 8623018. OLE color: 8623018.

HSL color Cylindrical-coordinate representation of color #AA9383: hue angle of 24.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9383 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB170147131-
CMYK00.140.230.33
HSL24.62º18.66%59.02%-
HSV(B)24.62º22.94%66.67%-
XYZ31.1131.0525.83-
YUV152.05116.12140.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=37.95%
G=32.81%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014713100.140.230.3324.6218.6659.02
HexAA93830E172119133b
Octal2522232030162741312373
Binary10101010100100111000001101110101111000011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9383; }

 p { color: rgb(170,147,131); }

 H1.HeaderClassName
 {
   color: #AA9383;
 }
 .AnyTagClassName
 {
   color: #AA9383;
 }
</style>
background-color css

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

 a { background-color: rgb(170,147,131); }

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

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

 span { border-color: rgb(170,147,131); }

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