#AEA097

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

Shades of Del Rio #AEA097

Tints of Del Rio #AEA097

Color information

#AEA097 (or 0xAEA097) is unknown color: approx Del Rio. HEX triplet: AE, A0 and 97. RGB value is (174,160,151). Sum of RGB (Red+Green+Blue) = 174+160+151=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA097 is #515F68. Grayscale: #A3A3A3. Windows color (decimal): -5332841 or 9937070. OLE color: 9937070.

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

Color convert

RGB174160151-
CMYK00.080.130.32
HSL23.48º12.43%63.73%-
HSV(B)23.48º13.22%68.24%-
XYZ35.6136.3734.42-
YUV163.16121.14135.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=35.88%
G=32.99%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416015100.080.130.3223.4812.4363.73
HexAEA09708D2017c40
Octal25624022701015402714100
Binary1010111010100000100101110100011011000001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA097; }

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

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

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

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

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

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

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

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