#AA7671

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

Shades of Coral Tree #AA7671

Tints of Coral Tree #AA7671

Color information

#AA7671 (or 0xAA7671) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 71. RGB value is (170,118,113). Sum of RGB (Red+Green+Blue) = 170+118+113=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7671 is #55898E. Grayscale: #858585. Windows color (decimal): -5605775 or 7435946. OLE color: 7435946.

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

Color convert

RGB170118113-
CMYK00.310.340.33
HSL5.26º25.11%55.49%-
HSV(B)5.26º33.53%66.67%-
XYZ26.0422.718.63-
YUV132.98116.73154.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=42.39%
G=29.43%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011811300.310.340.335.2625.1155.49
HexAA767101F222151937
Octal252166161037424153167
Binary101010101110110111000101111110001010000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7671; }

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

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

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

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

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

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

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

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