#AA978E

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

Shades of Del Rio #AA978E

Tints of Del Rio #AA978E

Color information

#AA978E (or 0xAA978E) is unknown color: approx Del Rio. HEX triplet: AA, 97 and 8E. RGB value is (170,151,142). Sum of RGB (Red+Green+Blue) = 170+151+142=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978E is #556871. Grayscale: #9B9B9B. Windows color (decimal): -5597298 or 9344938. OLE color: 9344938.

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

Color convert

RGB170151142-
CMYK00.110.160.33
HSL19.29º14.14%61.18%-
HSV(B)19.29º16.47%66.67%-
XYZ32.5332.6330.18-
YUV155.65120.29138.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=36.72%
G=32.61%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015114200.110.160.3319.2914.1461.18
HexAA978E0B102113e3d
Octal2522272160132041231675
Binary1010101010010111100011100101110000100001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA978E; }

 p { color: rgb(170,151,142); }

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

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

 a { background-color: rgb(170,151,142); }

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

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

 span { border-color: rgb(170,151,142); }

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