#AE7768

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

Shades of Coral Tree #AE7768

Tints of Coral Tree #AE7768

Color information

#AE7768 (or 0xAE7768) is unknown color: approx Coral Tree. HEX triplet: AE, 77 and 68. RGB value is (174,119,104). Sum of RGB (Red+Green+Blue) = 174+119+104=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7768 is #518897. Grayscale: #858585. Windows color (decimal): -5343384 or 6846382. OLE color: 6846382.

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

Color convert

RGB174119104-
CMYK00.320.400.32
HSL12.86º30.17%54.51%-
HSV(B)12.86º40.23%68.24%-
XYZ26.5523.1916.17-
YUV133.73111.22156.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=43.83%
G=29.97%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411910400.320.400.3212.8630.1754.51
HexAE77680202820d1e37
Octal2561671500405040153667
Binary10101110111011111010000100000101000100000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7768; }

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

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

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

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

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

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

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

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