#AE6968

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

Shades of Coral Tree #AE6968

Tints of Coral Tree #AE6968

Color information

#AE6968 (or 0xAE6968) is unknown color: approx Coral Tree. HEX triplet: AE, 69 and 68. RGB value is (174,105,104). Sum of RGB (Red+Green+Blue) = 174+105+104=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6968 is #519697. Grayscale: #7D7D7D. Windows color (decimal): -5346968 or 6842798. OLE color: 6842798.

HSL color Cylindrical-coordinate representation of color #AE6968: hue angle of 0.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6968 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174105104-
CMYK00.400.400.32
HSL0.86º30.17%54.51%-
HSV(B)0.86º40.23%68.24%-
XYZ25.0120.115.66-
YUV125.52115.86162.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=45.43%
G=27.42%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410510400.400.400.320.8630.1754.51
HexAE6968028282011e37
Octal256151150050504013667
Binary10101110110100111010000101000101000100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6968; }

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

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

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

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

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

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

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

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