#AE9688

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

Shades of Del Rio #AE9688

Tints of Del Rio #AE9688

Color information

#AE9688 (or 0xAE9688) is unknown color: approx Del Rio. HEX triplet: AE, 96 and 88. RGB value is (174,150,136). Sum of RGB (Red+Green+Blue) = 174+150+136=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9688 is #516977. Grayscale: #9B9B9B. Windows color (decimal): -5335416 or 8951470. OLE color: 8951470.

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

Color convert

RGB174150136-
CMYK00.140.220.32
HSL22.11º19%60.78%-
HSV(B)22.11º21.84%68.24%-
XYZ32.8132.5927.85-
YUV155.58116.95141.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=37.83%
G=32.61%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415013600.140.220.3222.111960.78
HexAE96880E162016133d
Octal2562262100162640262375
Binary10101110100101101000100001110101101000001011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9688; }

 p { color: rgb(174,150,136); }

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

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

 a { background-color: rgb(174,150,136); }

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

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

 span { border-color: rgb(174,150,136); }

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