#AE7266

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

Shades of Coral Tree #AE7266

Tints of Coral Tree #AE7266

Color information

#AE7266 (or 0xAE7266) is unknown color: approx Coral Tree. HEX triplet: AE, 72 and 66. RGB value is (174,114,102). Sum of RGB (Red+Green+Blue) = 174+114+102=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7266 is #518D99. Grayscale: #828282. Windows color (decimal): -5344666 or 6714030. OLE color: 6714030.

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

Color convert

RGB174114102-
CMYK00.340.410.32
HSL10º30.77%54.12%-
HSV(B)10º41.38%68.24%-
XYZ25.8721.9915.45-
YUV130.57111.88158.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=44.62%
G=29.23%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411410200.340.410.321030.7754.12
HexAE72660222920a1f36
Octal2561621460425140123766
Binary10101110111001011001100100010101001100000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7266; }

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

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

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

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

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

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

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

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