#AE9185

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

Shades of Del Rio #AE9185

Tints of Del Rio #AE9185

Color information

#AE9185 (or 0xAE9185) is unknown color: approx Del Rio. HEX triplet: AE, 91 and 85. RGB value is (174,145,133). Sum of RGB (Red+Green+Blue) = 174+145+133=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9185 is #516E7A. Grayscale: #989898. Windows color (decimal): -5336699 or 8753582. OLE color: 8753582.

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

Color convert

RGB174145133-
CMYK00.170.240.32
HSL17.56º20.2%60.2%-
HSV(B)17.56º23.56%68.24%-
XYZ31.8130.9426.49-
YUV152.3117.11143.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=38.50%
G=32.08%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414513300.170.240.3217.5620.260.2
HexAE9185011182012143c
Octal2562212050213040222474
Binary101011101001000110000101010001110001000001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9185; }

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

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

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

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

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

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

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

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