#AE675B

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

Shades of Coral Tree #AE675B

Tints of Coral Tree #AE675B

Color information

#AE675B (or 0xAE675B) is unknown color: approx Coral Tree. HEX triplet: AE, 67 and 5B. RGB value is (174,103,91). Sum of RGB (Red+Green+Blue) = 174+103+91=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE675B is #5198A4. Grayscale: #7A7A7A. Windows color (decimal): -5347493 or 5990318. OLE color: 5990318.

HSL color Cylindrical-coordinate representation of color #AE675B: hue angle of 8.67º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE675B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17410391-
CMYK00.410.480.32
HSL8.67º33.88%51.96%-
HSV(B)8.67º47.7%68.24%-
XYZ24.1919.4512.38-
YUV122.86110.02164.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=47.28%
G=27.99%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741039100.410.480.328.6733.8851.96
HexAE675B029302092234
Octal2561471330516040114264
Binary101011101100111101101101010011100001000001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE675B; }

 p { color: rgb(174,103,91); }

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

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

 a { background-color: rgb(174,103,91); }

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

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

 span { border-color: rgb(174,103,91); }

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