#AA978D

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

Shades of Del Rio #AA978D

Tints of Del Rio #AA978D

Color information

#AA978D (or 0xAA978D) is unknown color: approx Del Rio. HEX triplet: AA, 97 and 8D. RGB value is (170,151,141). Sum of RGB (Red+Green+Blue) = 170+151+141=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978D is #556872. Grayscale: #9B9B9B. Windows color (decimal): -5597299 or 9279402. OLE color: 9279402.

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

Color convert

RGB170151141-
CMYK00.110.170.33
HSL20.69º14.57%60.98%-
HSV(B)20.69º17.06%66.67%-
XYZ32.4532.629.78-
YUV155.54119.79138.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=36.80%
G=32.68%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015114100.110.170.3320.6914.5760.98
HexAA978D0B112115f3d
Octal2522272150132141251775
Binary1010101010010111100011010101110001100001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA978D; }

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

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

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

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

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

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

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

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