#AE9A8E

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

Shades of Del Rio #AE9A8E

Tints of Del Rio #AE9A8E

Color information

#AE9A8E (or 0xAE9A8E) is unknown color: approx Del Rio. HEX triplet: AE, 9A and 8E. RGB value is (174,154,142). Sum of RGB (Red+Green+Blue) = 174+154+142=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A8E is #516571. Grayscale: #9E9E9E. Windows color (decimal): -5334386 or 9345710. OLE color: 9345710.

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

Color convert

RGB174154142-
CMYK00.110.180.32
HSL22.5º16.49%61.96%-
HSV(B)22.5º18.39%68.24%-
XYZ33.8934.0630.38-
YUV158.61118.63138.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=37.02%
G=32.77%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415414200.110.180.3222.516.4961.96
HexAE9A8E0B122017103e
Octal2562322160132240272076
Binary10101110100110101000111001011100101000001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A8E; }

 p { color: rgb(174,154,142); }

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

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

 a { background-color: rgb(174,154,142); }

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

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

 span { border-color: rgb(174,154,142); }

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