#ae6b5e

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

Shades of Coral Tree #AE6B5E

Tints of Coral Tree #AE6B5E

Color information

#AE6B5E (or 0xAE6B5E) is unknown color: approx Coral Tree. HEX triplet: AE, 6B and 5E. RGB value is (174,107,94). Sum of RGB (Red+Green+Blue) = 174+107+94=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B5E is #5194A1. Grayscale: #7D7D7D. Windows color (decimal): -5346466 or 6187950. OLE color: 6187950.

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

Color convert

RGB17410794-
CMYK00.390.460.32
HSL9.75º33.06%52.55%-
HSV(B)9.75º45.98%68.24%-
XYZ24.7320.3213.21-
YUV125.55110.2162.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=46.4%
G=28.53%
B=25.07%

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
Decimal1741079400.390.460.329.7533.0652.55
HexAE6B5E0272E20a2135
Octal2561531360475640124165
Binary101011101101011101111001001111011101000001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6b5e; }

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

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

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

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

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

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

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

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