#AA948A

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

Shades of Del Rio #AA948A

Tints of Del Rio #AA948A

Color information

#AA948A (or 0xAA948A) is unknown color: approx Del Rio. HEX triplet: AA, 94 and 8A. RGB value is (170,148,138). Sum of RGB (Red+Green+Blue) = 170+148+138=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948A is #556B75. Grayscale: #999999. Windows color (decimal): -5598070 or 9082026. OLE color: 9082026.

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

Color convert

RGB170148138-
CMYK00.130.190.33
HSL18.75º15.84%60.39%-
HSV(B)18.75º18.82%66.67%-
XYZ31.7531.5628.46-
YUV153.44119.29139.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=37.28%
G=32.46%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014813800.130.190.3318.7515.8460.39
HexAA948A0D132113103c
Octal2522242120152341232074
Binary10101010100101001000101001101100111000011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA948A; }

 p { color: rgb(170,148,138); }

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

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

 a { background-color: rgb(170,148,138); }

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

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

 span { border-color: rgb(170,148,138); }

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