#AE7067

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

Shades of Coral Tree #AE7067

Tints of Coral Tree #AE7067

Color information

#AE7067 (or 0xAE7067) is unknown color: approx Coral Tree. HEX triplet: AE, 70 and 67. RGB value is (174,112,103). Sum of RGB (Red+Green+Blue) = 174+112+103=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7067 is #518F98. Grayscale: #818181. Windows color (decimal): -5345177 or 6779054. OLE color: 6779054.

HSL color Cylindrical-coordinate representation of color #AE7067: hue angle of 7.61º degrees, saturation: 0.3, 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 #AE7067 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174112103-
CMYK00.360.410.32
HSL7.61º30.47%54.31%-
HSV(B)7.61º40.8%68.24%-
XYZ25.721.5715.64-
YUV129.51113.04159.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=44.73%
G=28.79%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411210300.360.410.327.6130.4754.31
HexAE7067024292081e36
Octal2561601470445140103666
Binary10101110111000011001110100100101001100000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7067; }

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

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

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

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

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

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

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

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