#A97061

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

Shades of Coral Tree #A97061

Tints of Coral Tree #A97061

Color information

#A97061 (or 0xA97061) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 61. RGB value is (169,112,97). Sum of RGB (Red+Green+Blue) = 169+112+97=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A97061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97061 is #568F9E. Grayscale: #7F7F7F. Windows color (decimal): -5672863 or 6385833. OLE color: 6385833.

HSL color Cylindrical-coordinate representation of color #A97061: hue angle of 12.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97061 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16911297-
CMYK00.340.430.34
HSL12.5º29.51%52.16%-
HSV(B)12.5º42.6%66.27%-
XYZ24.3120.8914.06-
YUV127.33110.88157.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=44.71%
G=29.63%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691129700.340.430.3412.529.5152.16
HexA970610222B22c1e34
Octal2511601410425342143664
Binary10101001111000011000010100010101011100010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97061; }

 p { color: rgb(169,112,97); }

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

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

 a { background-color: rgb(169,112,97); }

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

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

 span { border-color: rgb(169,112,97); }

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