#AE6B6A

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

Shades of Coral Tree #AE6B6A

Tints of Coral Tree #AE6B6A

Color information

#AE6B6A (or 0xAE6B6A) is unknown color: approx Coral Tree. HEX triplet: AE, 6B and 6A. RGB value is (174,107,106). Sum of RGB (Red+Green+Blue) = 174+107+106=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B6A is #519495. Grayscale: #7E7E7E. Windows color (decimal): -5346454 or 6974382. OLE color: 6974382.

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

Color convert

RGB174107106-
CMYK00.390.390.32
HSL0.88º29.57%54.9%-
HSV(B)0.88º39.08%68.24%-
XYZ25.3120.5516.27-
YUV126.92116.2161.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=44.96%
G=27.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410710600.390.390.320.8829.5754.9
HexAE6B6A027272011e37
Octal256153152047474013667
Binary10101110110101111010100100111100111100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B6A; }

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

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

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

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

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

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

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

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