#AE968B

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

Shades of Del Rio #AE968B

Tints of Del Rio #AE968B

Color information

#AE968B (or 0xAE968B) is unknown color: approx Del Rio. HEX triplet: AE, 96 and 8B. RGB value is (174,150,139). Sum of RGB (Red+Green+Blue) = 174+150+139=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE968B is #516974. Grayscale: #9B9B9B. Windows color (decimal): -5335413 or 9148078. OLE color: 9148078.

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

Color convert

RGB174150139-
CMYK00.140.200.32
HSL18.86º17.77%61.37%-
HSV(B)18.86º20.11%68.24%-
XYZ33.0232.6828.99-
YUV155.92118.45140.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=37.58%
G=32.40%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415013900.140.200.3218.8617.7761.37
HexAE968B0E142013123d
Octal2562262130162440232275
Binary10101110100101101000101101110101001000001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE968B; }

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

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

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

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

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

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

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

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