#AE7469

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

Shades of Coral Tree #AE7469

Tints of Coral Tree #AE7469

Color information

#AE7469 (or 0xAE7469) is unknown color: approx Coral Tree. HEX triplet: AE, 74 and 69. RGB value is (174,116,105). Sum of RGB (Red+Green+Blue) = 174+116+105=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7469 is #518B96. Grayscale: #848484. Windows color (decimal): -5344151 or 6911150. OLE color: 6911150.

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

Color convert

RGB174116105-
CMYK00.330.400.32
HSL9.57º29.87%54.71%-
HSV(B)9.57º39.66%68.24%-
XYZ26.2522.5116.33-
YUV132.09112.72157.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=44.05%
G=29.37%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411610500.330.400.329.5729.8754.71
HexAE74690212820a1e37
Octal2561641510415040123667
Binary10101110111010011010010100001101000100000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7469; }

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

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

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

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

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

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

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

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