#AE6A5E

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

Shades of Coral Tree #AE6A5E

Tints of Coral Tree #AE6A5E

Color information

#AE6A5E (or 0xAE6A5E) is unknown color: approx Coral Tree. HEX triplet: AE, 6A and 5E. RGB value is (174,106,94). Sum of RGB (Red+Green+Blue) = 174+106+94=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A5E is #5195A1. Grayscale: #7D7D7D. Windows color (decimal): -5346722 or 6187694. OLE color: 6187694.

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

Color convert

RGB17410694-
CMYK00.390.460.32
HSL33.06%52.55%-
HSV(B)45.98%68.24%-
XYZ24.6320.1113.17-
YUV124.96110.53162.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=46.52%
G=28.34%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741069400.390.460.32933.0652.55
HexAE6A5E0272E2092135
Octal2561521360475640114165
Binary101011101101010101111001001111011101000001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A5E; }

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

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

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

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

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

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

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

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