#AA9084

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

Shades of Sandrift #AA9084

Tints of Sandrift #AA9084

Color information

#AA9084 (or 0xAA9084) is unknown color: approx Sandrift. HEX triplet: AA, 90 and 84. RGB value is (170,144,132). Sum of RGB (Red+Green+Blue) = 170+144+132=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9084 is #556F7B. Grayscale: #969696. Windows color (decimal): -5599100 or 8687786. OLE color: 8687786.

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

Color convert

RGB170144132-
CMYK00.150.220.33
HSL18.95º18.27%59.22%-
HSV(B)18.95º22.35%66.67%-
XYZ30.7230.1626.03-
YUV150.41117.61141.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=38.12%
G=32.29%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014413200.150.220.3318.9518.2759.22
HexAA90840F162113123b
Octal2522202040172641232273
Binary10101010100100001000010001111101101000011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9084; }

 p { color: rgb(170,144,132); }

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

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

 a { background-color: rgb(170,144,132); }

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

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

 span { border-color: rgb(170,144,132); }

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