#AE6B5F

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

Shades of Coral Tree #AE6B5F

Tints of Coral Tree #AE6B5F

Color information

#AE6B5F (or 0xAE6B5F) is unknown color: approx Coral Tree. HEX triplet: AE, 6B and 5F. RGB value is (174,107,95). Sum of RGB (Red+Green+Blue) = 174+107+95=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B5F is #5194A0. Grayscale: #7D7D7D. Windows color (decimal): -5346465 or 6253486. OLE color: 6253486.

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

Color convert

RGB17410795-
CMYK00.390.450.32
HSL9.11º32.78%52.75%-
HSV(B)9.11º45.4%68.24%-
XYZ24.7820.3413.45-
YUV125.66110.7162.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=46.28%
G=28.46%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741079500.390.450.329.1132.7852.75
HexAE6B5F0272D2092135
Octal2561531370475540114165
Binary101011101101011101111101001111011011000001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B5F; }

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

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

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

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

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

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

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

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