#AA968B

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

Shades of Del Rio #AA968B

Tints of Del Rio #AA968B

Color information

#AA968B (or 0xAA968B) is unknown color: approx Del Rio. HEX triplet: AA, 96 and 8B. RGB value is (170,150,139). Sum of RGB (Red+Green+Blue) = 170+150+139=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968B is #556974. Grayscale: #9A9A9A. Windows color (decimal): -5597557 or 9148074. OLE color: 9148074.

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

Color convert

RGB170150139-
CMYK00.120.180.33
HSL21.29º15.42%60.59%-
HSV(B)21.29º18.24%66.67%-
XYZ32.1432.2228.95-
YUV154.73119.13138.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=37.04%
G=32.68%
B=30.28%

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
Decimal17015013900.120.180.3321.2915.4260.59
HexAA968B0C122115f3d
Octal2522262130142241251775
Binary1010101010010110100010110110010010100001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA968B; }

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

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

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

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

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

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

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

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