#AE948B

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

Shades of Del Rio #AE948B

Tints of Del Rio #AE948B

Color information

#AE948B (or 0xAE948B) is unknown color: approx Del Rio. HEX triplet: AE, 94 and 8B. RGB value is (174,148,139). Sum of RGB (Red+Green+Blue) = 174+148+139=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948B is #516B74. Grayscale: #9A9A9A. Windows color (decimal): -5335925 or 9147566. OLE color: 9147566.

HSL color Cylindrical-coordinate representation of color #AE948B: hue angle of 15.43º 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 #AE948B is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174148139-
CMYK00.150.200.32
HSL15.43º17.77%61.37%-
HSV(B)15.43º20.11%68.24%-
XYZ32.7132.0428.89-
YUV154.75119.11141.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=37.74%
G=32.10%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414813900.150.200.3215.4317.7761.37
HexAE948B0F1420f123d
Octal2562242130172440172275
Binary1010111010010100100010110111110100100000111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE948B; }

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

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

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

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

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

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

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

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