#AE7A6B

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

Shades of Coral Tree #AE7A6B

Tints of Coral Tree #AE7A6B

Color information

#AE7A6B (or 0xAE7A6B) is unknown color: approx Coral Tree. HEX triplet: AE, 7A and 6B. RGB value is (174,122,107). Sum of RGB (Red+Green+Blue) = 174+122+107=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A6B is #518594. Grayscale: #878787. Windows color (decimal): -5342613 or 7043758. OLE color: 7043758.

HSL color Cylindrical-coordinate representation of color #AE7A6B: hue angle of 13.43º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE7A6B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB174122107-
CMYK00.300.390.32
HSL13.43º29.26%55.1%-
HSV(B)13.43º38.51%68.24%-
XYZ27.0723.9817.11-
YUV135.84111.73155.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=43.18%
G=30.27%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412210700.300.390.3213.4329.2655.1
HexAE7A6B01E2720d1d37
Octal2561721530364740153567
Binary1010111011110101101011011110100111100000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A6B; }

 p { color: rgb(174,122,107); }

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

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

 a { background-color: rgb(174,122,107); }

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

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

 span { border-color: rgb(174,122,107); }

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