#AA938A

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

Shades of Del Rio #AA938A

Tints of Del Rio #AA938A

Color information

#AA938A (or 0xAA938A) is unknown color: approx Del Rio. HEX triplet: AA, 93 and 8A. RGB value is (170,147,138). Sum of RGB (Red+Green+Blue) = 170+147+138=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938A is #556C75. Grayscale: #989898. Windows color (decimal): -5598326 or 9081770. OLE color: 9081770.

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

Color convert

RGB170147138-
CMYK00.140.190.33
HSL16.88º15.84%60.39%-
HSV(B)16.88º18.82%66.67%-
XYZ31.631.2528.41-
YUV152.85119.62140.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=37.36%
G=32.31%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014713800.140.190.3316.8815.8460.39
HexAA938A0E132111103c
Octal2522232120162341212074
Binary10101010100100111000101001110100111000011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA938A; }

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

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

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

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

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

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

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

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