#AE695E

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

Shades of Coral Tree #AE695E

Tints of Coral Tree #AE695E

Color information

#AE695E (or 0xAE695E) is unknown color: approx Coral Tree. HEX triplet: AE, 69 and 5E. RGB value is (174,105,94). Sum of RGB (Red+Green+Blue) = 174+105+94=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE695E is #5196A1. Grayscale: #7C7C7C. Windows color (decimal): -5346978 or 6187438. OLE color: 6187438.

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

Color convert

RGB17410594-
CMYK00.400.460.32
HSL8.25º33.06%52.55%-
HSV(B)8.25º45.98%68.24%-
XYZ24.5319.9113.14-
YUV124.38110.86163.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=46.65%
G=28.15%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741059400.400.460.328.2533.0652.55
HexAE695E0282E2082135
Octal2561511360505640104165
Binary101011101101001101111001010001011101000001000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE695E; }

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

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

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

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

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

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

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

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