#AEA096

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

Shades of Del Rio #AEA096

Tints of Del Rio #AEA096

Color information

#AEA096 (or 0xAEA096) is unknown color: approx Del Rio. HEX triplet: AE, A0 and 96. RGB value is (174,160,150). Sum of RGB (Red+Green+Blue) = 174+160+150=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA096 is #515F69. Grayscale: #A3A3A3. Windows color (decimal): -5332842 or 9871534. OLE color: 9871534.

HSL color Cylindrical-coordinate representation of color #AEA096: hue angle of 25º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA096 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174160150-
CMYK00.080.140.32
HSL25º12.9%63.53%-
HSV(B)25º13.79%68.24%-
XYZ35.5336.3434-
YUV163.05120.64135.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=35.95%
G=33.06%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416015000.080.140.322512.963.53
HexAEA09608E2019d40
Octal25624022601016403115100
Binary1010111010100000100101100100011101000001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA096; }

 p { color: rgb(174,160,150); }

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

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

 a { background-color: rgb(174,160,150); }

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

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

 span { border-color: rgb(174,160,150); }

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