#AE9A8F

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

Shades of Del Rio #AE9A8F

Tints of Del Rio #AE9A8F

Color information

#AE9A8F (or 0xAE9A8F) is unknown color: approx Del Rio. HEX triplet: AE, 9A and 8F. RGB value is (174,154,143). Sum of RGB (Red+Green+Blue) = 174+154+143=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A8F is #516570. Grayscale: #9E9E9E. Windows color (decimal): -5334385 or 9411246. OLE color: 9411246.

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

Color convert

RGB174154143-
CMYK00.110.180.32
HSL21.29º16.06%62.16%-
HSV(B)21.29º17.82%68.24%-
XYZ33.9734.0930.78-
YUV158.73119.13138.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=36.94%
G=32.70%
B=30.36%

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
Decimal17415414300.110.180.3221.2916.0662.16
HexAE9A8F0B122015103e
Octal2562322170132240252076
Binary10101110100110101000111101011100101000001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A8F; }

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

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

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

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

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

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

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

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