#AE988A

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

Shades of Del Rio #AE988A

Tints of Del Rio #AE988A

Color information

#AE988A (or 0xAE988A) is unknown color: approx Del Rio. HEX triplet: AE, 98 and 8A. RGB value is (174,152,138). Sum of RGB (Red+Green+Blue) = 174+152+138=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE988A is #516775. Grayscale: #9D9D9D. Windows color (decimal): -5334902 or 9083054. OLE color: 9083054.

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

Color convert

RGB174152138-
CMYK00.130.210.32
HSL23.33º18.18%61.18%-
HSV(B)23.33º20.69%68.24%-
XYZ33.2733.2928.72-
YUV156.98117.29140.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=37.5%
G=32.76%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415213800.130.210.3223.3318.1861.18
HexAE988A0D152017123d
Octal2562302120152540272275
Binary10101110100110001000101001101101011000001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE988A; }

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

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

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

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

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

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

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

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