#A97065

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

Shades of Coral Tree #A97065

Tints of Coral Tree #A97065

Color information

#A97065 (or 0xA97065) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 65. RGB value is (169,112,101). Sum of RGB (Red+Green+Blue) = 169+112+101=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A97065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97065 is #568F9A. Grayscale: #7F7F7F. Windows color (decimal): -5672859 or 6647977. OLE color: 6647977.

HSL color Cylindrical-coordinate representation of color #A97065: hue angle of 9.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97065 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169112101-
CMYK00.340.400.34
HSL9.71º28.33%52.94%-
HSV(B)9.71º40.24%66.27%-
XYZ24.5120.9615.07-
YUV127.79112.88157.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=44.24%
G=29.32%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911210100.340.400.349.7128.3352.94
HexA970650222822a1c35
Octal2511601450425042123465
Binary10101001111000011001010100010101000100010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97065; }

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

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

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

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

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

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

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

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