#A07672

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

Shades of Coral Tree #A07672

Tints of Coral Tree #A07672

Color information

#A07672 (or 0xA07672) is unknown color: approx Coral Tree. HEX triplet: A0, 76 and 72. RGB value is (160,118,114). Sum of RGB (Red+Green+Blue) = 160+118+114=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07672 is #5F898D. Grayscale: #828282. Windows color (decimal): -6261134 or 7501472. OLE color: 7501472.

HSL color Cylindrical-coordinate representation of color #A07672: hue angle of 5.22º degrees, saturation: 0.19, 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 #A07672 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160118114-
CMYK00.260.290.37
HSL5.22º19.49%53.73%-
HSV(B)5.22º28.75%62.75%-
XYZ24.0121.6518.83-
YUV130.1118.91149.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=40.82%
G=30.10%
B=29.08%

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
Decimal16011811400.260.290.375.2219.4953.73
HexA0767201A1D2551336
Octal240166162032354552366
Binary10100000111011011100100110101110110010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07672; }

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

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

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

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

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

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

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

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