#AE998C

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

Shades of Del Rio #AE998C

Tints of Del Rio #AE998C

Color information

#AE998C (or 0xAE998C) is unknown color: approx Del Rio. HEX triplet: AE, 99 and 8C. RGB value is (174,153,140). Sum of RGB (Red+Green+Blue) = 174+153+140=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998C is #516673. Grayscale: #9D9D9D. Windows color (decimal): -5334644 or 9214382. OLE color: 9214382.

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

Color convert

RGB174153140-
CMYK00.120.200.32
HSL22.94º17.35%61.57%-
HSV(B)22.94º19.54%68.24%-
XYZ33.5833.6729.54-
YUV157.8117.96139.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=37.26%
G=32.76%
B=29.98%

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
Decimal17415314000.120.200.3222.9417.3561.57
HexAE998C0C142017113e
Octal2562312140142440272176
Binary10101110100110011000110001100101001000001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE998C; }

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

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

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

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

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

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

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

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