#AE6969

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

Shades of Coral Tree #AE6969

Tints of Coral Tree #AE6969

Color information

#AE6969 (or 0xAE6969) is unknown color: approx Coral Tree. HEX triplet: AE, 69 and 69. RGB value is (174,105,105). Sum of RGB (Red+Green+Blue) = 174+105+105=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6969 is #519696. Grayscale: #7D7D7D. Windows color (decimal): -5346967 or 6908334. OLE color: 6908334.

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

Color convert

RGB174105105-
CMYK00.400.400.32
HSL29.87%54.71%-
HSV(B)39.66%68.24%-
XYZ25.0620.1215.93-
YUV125.63116.36162.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=45.31%
G=27.34%
B=27.34%

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
Decimal17410510500.400.400.32029.8754.71
HexAE6969028282001e37
Octal256151151050504003667
Binary10101110110100111010010101000101000100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6969; }

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

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

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

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

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

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

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

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