#A07671

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

Shades of Coral Tree #A07671

Tints of Coral Tree #A07671

Color information

#A07671 (or 0xA07671) is unknown color: approx Coral Tree. HEX triplet: A0, 76 and 71. RGB value is (160,118,113). Sum of RGB (Red+Green+Blue) = 160+118+113=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07671 is #5F898E. Grayscale: #828282. Windows color (decimal): -6261135 or 7435936. OLE color: 7435936.

HSL color Cylindrical-coordinate representation of color #A07671: hue angle of 6.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07671 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160118113-
CMYK00.260.290.37
HSL6.38º19.83%53.53%-
HSV(B)6.38º29.37%62.75%-
XYZ23.9621.6218.53-
YUV129.99118.41149.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=40.92%
G=30.18%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011811300.260.290.376.3819.8353.53
HexA0767101A1D2561436
Octal240166161032354562466
Binary10100000111011011100010110101110110010111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07671; }

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

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

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

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

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

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

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

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