#AE7675

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

Shades of Coral Tree #AE7675

Tints of Coral Tree #AE7675

Color information

#AE7675 (or 0xAE7675) is unknown color: approx Coral Tree. HEX triplet: AE, 76 and 75. RGB value is (174,118,117). Sum of RGB (Red+Green+Blue) = 174+118+117=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7675 is #51898A. Grayscale: #868686. Windows color (decimal): -5343627 or 7698094. OLE color: 7698094.

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

Color convert

RGB174118117-
CMYK00.320.330.32
HSL1.05º26.03%57.06%-
HSV(B)1.05º32.76%68.24%-
XYZ27.1423.2419.88-
YUV134.63118.05156.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=42.54%
G=28.85%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411811700.320.330.321.0526.0357.06
HexAE7675020212011a39
Octal256166165040414013271
Binary10101110111011011101010100000100001100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7675; }

 p { color: rgb(174,118,117); }

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

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

 a { background-color: rgb(174,118,117); }

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

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

 span { border-color: rgb(174,118,117); }

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