#AA958D

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

Shades of Del Rio #AA958D

Tints of Del Rio #AA958D

Color information

#AA958D (or 0xAA958D) is unknown color: approx Del Rio. HEX triplet: AA, 95 and 8D. RGB value is (170,149,141). Sum of RGB (Red+Green+Blue) = 170+149+141=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958D is #556A72. Grayscale: #9A9A9A. Windows color (decimal): -5597811 or 9278890. OLE color: 9278890.

HSL color Cylindrical-coordinate representation of color #AA958D: hue angle of 16.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA958D is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170149141-
CMYK00.120.170.33
HSL16.55º14.57%60.98%-
HSV(B)16.55º17.06%66.67%-
XYZ32.1331.9629.68-
YUV154.37120.46139.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=36.96%
G=32.39%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014914100.120.170.3316.5514.5760.98
HexAA958D0C112111f3d
Octal2522252150142141211775
Binary1010101010010101100011010110010001100001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA958D; }

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

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

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

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

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

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

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

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