#AE9386

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

Shades of Del Rio #AE9386

Tints of Del Rio #AE9386

Color information

#AE9386 (or 0xAE9386) is unknown color: approx Del Rio. HEX triplet: AE, 93 and 86. RGB value is (174,147,134). Sum of RGB (Red+Green+Blue) = 174+147+134=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9386 is #516C79. Grayscale: #999999. Windows color (decimal): -5336186 or 8819630. OLE color: 8819630.

HSL color Cylindrical-coordinate representation of color #AE9386: hue angle of 19.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 #AE9386 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB174147134-
CMYK00.160.230.32
HSL19.5º19.8%60.39%-
HSV(B)19.5º22.99%68.24%-
XYZ32.1931.5926.95-
YUV153.59116.95142.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=38.24%
G=32.31%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414713400.160.230.3219.519.860.39
HexAE9386010172014143c
Octal2562232060202740242474
Binary101011101001001110000110010000101111000001010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9386; }

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

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

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

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

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

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

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

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