#AA958B

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

Shades of Del Rio #AA958B

Tints of Del Rio #AA958B

Color information

#AA958B (or 0xAA958B) is unknown color: approx Del Rio. HEX triplet: AA, 95 and 8B. RGB value is (170,149,139). Sum of RGB (Red+Green+Blue) = 170+149+139=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958B is #556A74. Grayscale: #9A9A9A. Windows color (decimal): -5597813 or 9147818. OLE color: 9147818.

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

Color convert

RGB170149139-
CMYK00.120.180.33
HSL19.35º15.42%60.59%-
HSV(B)19.35º18.24%66.67%-
XYZ31.9931.9128.9-
YUV154.14119.46139.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=37.12%
G=32.53%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014913900.120.180.3319.3515.4260.59
HexAA958B0C122113f3d
Octal2522252130142241231775
Binary1010101010010101100010110110010010100001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA958B; }

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

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

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

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

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

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

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

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