#AA968D

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

Shades of Del Rio #AA968D

Tints of Del Rio #AA968D

Color information

#AA968D (or 0xAA968D) is unknown color: approx Del Rio. HEX triplet: AA, 96 and 8D. RGB value is (170,150,141). Sum of RGB (Red+Green+Blue) = 170+150+141=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968D is #556972. Grayscale: #9B9B9B. Windows color (decimal): -5597555 or 9279146. OLE color: 9279146.

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

Color convert

RGB170150141-
CMYK00.120.170.33
HSL18.62º14.57%60.98%-
HSV(B)18.62º17.06%66.67%-
XYZ32.2932.2829.73-
YUV154.95120.13138.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=36.88%
G=32.54%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015014100.120.170.3318.6214.5760.98
HexAA968D0C112113f3d
Octal2522262150142141231775
Binary1010101010010110100011010110010001100001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA968D; }

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

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

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

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

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

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

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

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