#AE7068

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

Shades of Coral Tree #AE7068

Tints of Coral Tree #AE7068

Color information

#AE7068 (or 0xAE7068) is unknown color: approx Coral Tree. HEX triplet: AE, 70 and 68. RGB value is (174,112,104). Sum of RGB (Red+Green+Blue) = 174+112+104=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7068 is #518F97. Grayscale: #818181. Windows color (decimal): -5345176 or 6844590. OLE color: 6844590.

HSL color Cylindrical-coordinate representation of color #AE7068: hue angle of 6.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7068 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174112104-
CMYK00.360.400.32
HSL6.86º30.17%54.51%-
HSV(B)6.86º40.23%68.24%-
XYZ25.7521.5915.91-
YUV129.63113.54159.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=44.62%
G=28.72%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411210400.360.400.326.8630.1754.51
HexAE7068024282071e37
Octal256160150044504073667
Binary1010111011100001101000010010010100010000011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7068; }

 p { color: rgb(174,112,104); }

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

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

 a { background-color: rgb(174,112,104); }

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

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

 span { border-color: rgb(174,112,104); }

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