#AA968C

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

Shades of Del Rio #AA968C

Tints of Del Rio #AA968C

Color information

#AA968C (or 0xAA968C) is unknown color: approx Del Rio. HEX triplet: AA, 96 and 8C. RGB value is (170,150,140). Sum of RGB (Red+Green+Blue) = 170+150+140=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968C is #556973. Grayscale: #9A9A9A. Windows color (decimal): -5597556 or 9213610. OLE color: 9213610.

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

Color convert

RGB170150140-
CMYK00.120.180.33
HSL20º15%60.78%-
HSV(B)20º17.65%66.67%-
XYZ32.2232.2529.34-
YUV154.84119.63138.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=36.96%
G=32.61%
B=30.43%

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
Decimal17015014000.120.180.33201560.78
HexAA968C0C122114f3d
Octal2522262140142241241775
Binary1010101010010110100011000110010010100001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA968C; }

 p { color: rgb(170,150,140); }

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

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

 a { background-color: rgb(170,150,140); }

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

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

 span { border-color: rgb(170,150,140); }

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