#AE675A

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

Shades of Coral Tree #AE675A

Tints of Coral Tree #AE675A

Color information

#AE675A (or 0xAE675A) is unknown color: approx Coral Tree. HEX triplet: AE, 67 and 5A. RGB value is (174,103,90). Sum of RGB (Red+Green+Blue) = 174+103+90=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE675A is #5198A5. Grayscale: #7A7A7A. Windows color (decimal): -5347494 or 5924782. OLE color: 5924782.

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

Color convert

RGB17410390-
CMYK00.410.480.32
HSL9.29º34.15%51.76%-
HSV(B)9.29º48.28%68.24%-
XYZ24.1519.4412.15-
YUV122.75109.52164.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=47.41%
G=28.07%
B=24.52%

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
Decimal1741039000.410.480.329.2934.1551.76
HexAE675A029302092234
Octal2561471320516040114264
Binary101011101100111101101001010011100001000001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE675A; }

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

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

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

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

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

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

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

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