#AA9385

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

Shades of Sandrift #AA9385

Tints of Sandrift #AA9385

Color information

#AA9385 (or 0xAA9385) is unknown color: approx Sandrift. HEX triplet: AA, 93 and 85. RGB value is (170,147,133). Sum of RGB (Red+Green+Blue) = 170+147+133=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9385 is #556C7A. Grayscale: #989898. Windows color (decimal): -5598331 or 8754090. OLE color: 8754090.

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

Color convert

RGB170147133-
CMYK00.140.220.33
HSL22.7º17.87%59.41%-
HSV(B)22.7º21.76%66.67%-
XYZ31.2431.1126.55-
YUV152.28117.12140.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=37.78%
G=32.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014713300.140.220.3322.717.8759.41
HexAA93850E162117123b
Octal2522232050162641272273
Binary10101010100100111000010101110101101000011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9385; }

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

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

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

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

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

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

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

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