#AE6960

Color #AE6960 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AE6960

Tints of Coral Tree #AE6960

Color information

#AE6960 (or 0xAE6960) is unknown color: approx Coral Tree. HEX triplet: AE, 69 and 60. RGB value is (174,105,96). Sum of RGB (Red+Green+Blue) = 174+105+96=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6960 is #51969F. Grayscale: #7C7C7C. Windows color (decimal): -5346976 or 6318510. OLE color: 6318510.

HSL color Cylindrical-coordinate representation of color #AE6960: hue angle of 6.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6960 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17410596-
CMYK00.400.450.32
HSL6.92º32.5%52.94%-
HSV(B)6.92º44.83%68.24%-
XYZ24.6219.9513.62-
YUV124.6111.86163.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=46.4%
G=28%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741059600.400.450.326.9232.552.94
HexAE69600282D2072035
Octal256151140050554074065
Binary10101110110100111000000101000101101100000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6960; }

 p { color: rgb(174,105,96); }

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

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

 a { background-color: rgb(174,105,96); }

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

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

 span { border-color: rgb(174,105,96); }

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