#AE9186

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

Shades of Del Rio #AE9186

Tints of Del Rio #AE9186

Color information

#AE9186 (or 0xAE9186) is unknown color: approx Del Rio. HEX triplet: AE, 91 and 86. RGB value is (174,145,134). Sum of RGB (Red+Green+Blue) = 174+145+134=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9186 is #516E79. Grayscale: #989898. Windows color (decimal): -5336698 or 8819118. OLE color: 8819118.

HSL color Cylindrical-coordinate representation of color #AE9186: hue angle of 16.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9186 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB174145134-
CMYK00.170.230.32
HSL16.5º19.8%60.39%-
HSV(B)16.5º22.99%68.24%-
XYZ31.8830.9726.85-
YUV152.42117.61143.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=38.41%
G=32.01%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414513400.170.230.3216.519.860.39
HexAE9186011172011143c
Octal2562212060212740212474
Binary101011101001000110000110010001101111000001000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9186; }

 p { color: rgb(174,145,134); }

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

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

 a { background-color: rgb(174,145,134); }

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

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

 span { border-color: rgb(174,145,134); }

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