#AE9C8F

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

Shades of Del Rio #AE9C8F

Tints of Del Rio #AE9C8F

Color information

#AE9C8F (or 0xAE9C8F) is unknown color: approx Del Rio. HEX triplet: AE, 9C and 8F. RGB value is (174,156,143). Sum of RGB (Red+Green+Blue) = 174+156+143=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C8F is #516370. Grayscale: #9F9F9F. Windows color (decimal): -5333873 or 9411758. OLE color: 9411758.

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

Color convert

RGB174156143-
CMYK00.100.180.32
HSL25.16º16.06%62.16%-
HSV(B)25.16º17.82%68.24%-
XYZ34.334.7630.89-
YUV159.9118.46138.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=36.79%
G=32.98%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415614300.100.180.3225.1616.0662.16
HexAE9C8F0A122019103e
Octal2562342170122240312076
Binary10101110100111001000111101010100101000001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C8F; }

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

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

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

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

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

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

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

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