#AE9085

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

Shades of Del Rio #AE9085

Tints of Del Rio #AE9085

Color information

#AE9085 (or 0xAE9085) is unknown color: approx Del Rio. HEX triplet: AE, 90 and 85. RGB value is (174,144,133). Sum of RGB (Red+Green+Blue) = 174+144+133=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9085 is #516F7A. Grayscale: #979797. Windows color (decimal): -5336955 or 8753326. OLE color: 8753326.

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

Color convert

RGB174144133-
CMYK00.170.240.32
HSL16.1º20.2%60.2%-
HSV(B)16.1º23.56%68.24%-
XYZ31.6630.6426.44-
YUV151.72117.44143.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=38.58%
G=31.93%
B=29.49%

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
Decimal17414413300.170.240.3216.120.260.2
HexAE9085011182010143c
Octal2562202050213040202474
Binary101011101001000010000101010001110001000001000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9085; }

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

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

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

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

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

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

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

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