#AA9583

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

Shades of Sandrift #AA9583

Tints of Sandrift #AA9583

Color information

#AA9583 (or 0xAA9583) is unknown color: approx Sandrift. HEX triplet: AA, 95 and 83. RGB value is (170,149,131). Sum of RGB (Red+Green+Blue) = 170+149+131=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9583 is #556A7C. Grayscale: #999999. Windows color (decimal): -5597821 or 8623530. OLE color: 8623530.

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

Color convert

RGB170149131-
CMYK00.120.230.33
HSL27.69º18.66%59.02%-
HSV(B)27.69º22.94%66.67%-
XYZ31.4231.6825.93-
YUV153.23115.46139.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=37.78%
G=33.11%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014913100.120.230.3327.6918.6659.02
HexAA95830C17211c133b
Octal2522252030142741342373
Binary10101010100101011000001101100101111000011110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9583; }

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

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

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

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

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

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

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

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