#AE9286

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

Shades of Del Rio #AE9286

Tints of Del Rio #AE9286

Color information

#AE9286 (or 0xAE9286) is unknown color: approx Del Rio. HEX triplet: AE, 92 and 86. RGB value is (174,146,134). Sum of RGB (Red+Green+Blue) = 174+146+134=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9286 is #516D79. Grayscale: #999999. Windows color (decimal): -5336442 or 8819374. OLE color: 8819374.

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

Color convert

RGB174146134-
CMYK00.160.230.32
HSL18º19.8%60.39%-
HSV(B)18º22.99%68.24%-
XYZ32.0431.2826.9-
YUV153117.28142.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=38.33%
G=32.16%
B=29.52%

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
Decimal17414613400.160.230.321819.860.39
HexAE9286010172012143c
Octal2562222060202740222474
Binary101011101001001010000110010000101111000001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9286; }

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

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

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

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

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

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

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

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