#AE9D98

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

Shades of Del Rio #AE9D98

Tints of Del Rio #AE9D98

Color information

#AE9D98 (or 0xAE9D98) is unknown color: approx Del Rio. HEX triplet: AE, 9D and 98. RGB value is (174,157,152). Sum of RGB (Red+Green+Blue) = 174+157+152=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9D98 is #516267. Grayscale: #A1A1A1. Windows color (decimal): -5333608 or 10001838. OLE color: 10001838.

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

Color convert

RGB174157152-
CMYK00.100.130.32
HSL13.64º11.96%63.92%-
HSV(B)13.64º12.64%68.24%-
XYZ35.1835.3834.68-
YUV161.51122.63136.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=36.02%
G=32.51%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415715200.100.130.3213.6411.9663.92
HexAE9D980AD20ec40
Octal25623523001215401614100
Binary101011101001110110011000010101101100000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D98; }

 p { color: rgb(174,157,152); }

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

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

 a { background-color: rgb(174,157,152); }

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

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

 span { border-color: rgb(174,157,152); }

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