#AE6966

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

Shades of Coral Tree #AE6966

Tints of Coral Tree #AE6966

Color information

#AE6966 (or 0xAE6966) is unknown color: approx Coral Tree. HEX triplet: AE, 69 and 66. RGB value is (174,105,102). Sum of RGB (Red+Green+Blue) = 174+105+102=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6966 is #519699. Grayscale: #7D7D7D. Windows color (decimal): -5346970 or 6711726. OLE color: 6711726.

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

Color convert

RGB174105102-
CMYK00.400.410.32
HSL2.5º30.77%54.12%-
HSV(B)2.5º41.38%68.24%-
XYZ24.9120.0615.13-
YUV125.29114.86162.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=45.67%
G=27.56%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410510200.400.410.322.530.7754.12
HexAE6966028292031f36
Octal256151146050514033766
Binary101011101101001110011001010001010011000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6966; }

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

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

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

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

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

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

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

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