#AE9F9A

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

Shades of Del Rio #AE9F9A

Tints of Del Rio #AE9F9A

Color information

#AE9F9A (or 0xAE9F9A) is unknown color: approx Del Rio. HEX triplet: AE, 9F and 9A. RGB value is (174,159,154). Sum of RGB (Red+Green+Blue) = 174+159+154=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F9A is #516065. Grayscale: #A2A2A2. Windows color (decimal): -5333094 or 10133422. OLE color: 10133422.

HSL color Cylindrical-coordinate representation of color #AE9F9A: hue angle of 15º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9F9A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174159154-
CMYK00.090.110.32
HSL15º10.99%64.31%-
HSV(B)15º11.49%68.24%-
XYZ35.6936.1335.66-
YUV162.92122.97135.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=35.73%
G=32.65%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415915400.090.110.321510.9964.31
HexAE9F9A09B20fb40
Octal25623723201113401713100
Binary101011101001111110011010010011011100000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F9A; }

 p { color: rgb(174,159,154); }

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

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

 a { background-color: rgb(174,159,154); }

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

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

 span { border-color: rgb(174,159,154); }

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