#AE998B

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

Shades of Del Rio #AE998B

Tints of Del Rio #AE998B

Color information

#AE998B (or 0xAE998B) is unknown color: approx Del Rio. HEX triplet: AE, 99 and 8B. RGB value is (174,153,139). Sum of RGB (Red+Green+Blue) = 174+153+139=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998B is #516674. Grayscale: #9D9D9D. Windows color (decimal): -5334645 or 9148846. OLE color: 9148846.

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

Color convert

RGB174153139-
CMYK00.120.200.32
HSL24º17.77%61.37%-
HSV(B)24º20.11%68.24%-
XYZ33.5133.6529.15-
YUV157.68117.46139.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=37.34%
G=32.83%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415313900.120.200.322417.7761.37
HexAE998B0C142018123d
Octal2562312130142440302275
Binary10101110100110011000101101100101001000001100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE998B; }

 p { color: rgb(174,153,139); }

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

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

 a { background-color: rgb(174,153,139); }

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

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

 span { border-color: rgb(174,153,139); }

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