#AEA099

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

Shades of Del Rio #AEA099

Tints of Del Rio #AEA099

Color information

#AEA099 (or 0xAEA099) is unknown color: approx Del Rio. HEX triplet: AE, A0 and 99. RGB value is (174,160,153). Sum of RGB (Red+Green+Blue) = 174+160+153=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA099 is #515F66. Grayscale: #A3A3A3. Windows color (decimal): -5332839 or 10068142. OLE color: 10068142.

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

Color convert

RGB174160153-
CMYK00.080.120.32
HSL20º11.48%64.12%-
HSV(B)20º12.07%68.24%-
XYZ35.7836.4435.29-
YUV163.39122.14135.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=35.73%
G=32.85%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416015300.080.120.322011.4864.12
HexAEA09908C2014b40
Octal25624023101014402413100
Binary1010111010100000100110010100011001000001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA099; }

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

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

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

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

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

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

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

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