#AA7668

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

Shades of Coral Tree #AA7668

Tints of Coral Tree #AA7668

Color information

#AA7668 (or 0xAA7668) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 68. RGB value is (170,118,104). Sum of RGB (Red+Green+Blue) = 170+118+104=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7668 is #558997. Grayscale: #848484. Windows color (decimal): -5605784 or 6846122. OLE color: 6846122.

HSL color Cylindrical-coordinate representation of color #AA7668: hue angle of 12.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7668 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170118104-
CMYK00.310.390.33
HSL12.73º27.97%53.73%-
HSV(B)12.73º38.82%66.67%-
XYZ25.5522.516.09-
YUV131.95112.23155.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=43.37%
G=30.10%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011810400.310.390.3312.7327.9753.73
HexAA766801F2721d1c36
Octal2521661500374741153466
Binary1010101011101101101000011111100111100001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7668; }

 p { color: rgb(170,118,104); }

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

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

 a { background-color: rgb(170,118,104); }

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

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

 span { border-color: rgb(170,118,104); }

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