#AA7267

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

Shades of Coral Tree #AA7267

Tints of Coral Tree #AA7267

Color information

#AA7267 (or 0xAA7267) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 67. RGB value is (170,114,103). Sum of RGB (Red+Green+Blue) = 170+114+103=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7267 is #558D98. Grayscale: #818181. Windows color (decimal): -5606809 or 6779562. OLE color: 6779562.

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

Color convert

RGB170114103-
CMYK00.330.390.33
HSL9.85º28.27%53.53%-
HSV(B)9.85º39.41%66.67%-
XYZ25.0421.5615.67-
YUV129.49113.05156.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=43.93%
G=29.46%
B=26.61%

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
Decimal17011410300.330.390.339.8528.2753.53
HexAA72670212721a1c36
Octal2521621470414741123466
Binary10101010111001011001110100001100111100001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7267; }

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

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

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

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

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

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

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

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