#AA7268

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

Shades of Coral Tree #AA7268

Tints of Coral Tree #AA7268

Color information

#AA7268 (or 0xAA7268) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 68. RGB value is (170,114,104). Sum of RGB (Red+Green+Blue) = 170+114+104=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7268 is #558D97. Grayscale: #818181. Windows color (decimal): -5606808 or 6845098. OLE color: 6845098.

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

Color convert

RGB170114104-
CMYK00.330.390.33
HSL9.09º27.97%53.73%-
HSV(B)9.09º38.82%66.67%-
XYZ25.0921.5815.94-
YUV129.6113.55156.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=43.81%
G=29.38%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011410400.330.390.339.0927.9753.73
HexAA7268021272191c36
Octal2521621500414741113466
Binary10101010111001011010000100001100111100001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7268; }

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

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

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

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

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

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

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

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