#A97164

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

Shades of Coral Tree #A97164

Tints of Coral Tree #A97164

Color information

#A97164 (or 0xA97164) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 64. RGB value is (169,113,100). Sum of RGB (Red+Green+Blue) = 169+113+100=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A97164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97164 is #568E9B. Grayscale: #808080. Windows color (decimal): -5672604 or 6582697. OLE color: 6582697.

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

Color convert

RGB169113100-
CMYK00.330.410.34
HSL11.3º28.63%52.75%-
HSV(B)11.3º40.83%66.27%-
XYZ24.5721.1714.85-
YUV128.26112.05157.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=44.24%
G=29.58%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911310000.330.410.3411.328.6352.75
HexA971640212922b1d35
Octal2511611440415142133565
Binary10101001111000111001000100001101001100010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97164; }

 p { color: rgb(169,113,100); }

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

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

 a { background-color: rgb(169,113,100); }

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

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

 span { border-color: rgb(169,113,100); }

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