#AA8F83

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

Shades of Sandrift #AA8F83

Tints of Sandrift #AA8F83

Color information

#AA8F83 (or 0xAA8F83) is unknown color: approx Sandrift. HEX triplet: AA, 8F and 83. RGB value is (170,143,131). Sum of RGB (Red+Green+Blue) = 170+143+131=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F83 is #55707C. Grayscale: #959595. Windows color (decimal): -5599357 or 8621994. OLE color: 8621994.

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

Color convert

RGB170143131-
CMYK00.160.230.33
HSL18.46º18.66%59.02%-
HSV(B)18.46º22.94%66.67%-
XYZ30.529.8325.62-
YUV149.7117.45142.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=38.29%
G=32.21%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014313100.160.230.3318.4618.6659.02
HexAA8F83010172112133b
Octal2522172030202741222373
Binary101010101000111110000011010000101111000011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F83; }

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

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

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

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

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

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

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

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