#A97466

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

Shades of Coral Tree #A97466

Tints of Coral Tree #A97466

Color information

#A97466 (or 0xA97466) is unknown color: approx Coral Tree. HEX triplet: A9, 74 and 66. RGB value is (169,116,102). Sum of RGB (Red+Green+Blue) = 169+116+102=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A97466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97466 is #568B99. Grayscale: #828282. Windows color (decimal): -5671834 or 6714537. OLE color: 6714537.

HSL color Cylindrical-coordinate representation of color #A97466: hue angle of 12.54º 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 #A97466 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169116102-
CMYK00.310.400.34
HSL12.54º28.03%53.14%-
HSV(B)12.54º39.64%66.27%-
XYZ25.0121.8915.48-
YUV130.25112.06155.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=43.67%
G=29.97%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911610200.310.400.3412.5428.0353.14
HexA9746601F2822d1c35
Octal2511641460375042153465
Binary1010100111101001100110011111101000100010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97466; }

 p { color: rgb(169,116,102); }

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

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

 a { background-color: rgb(169,116,102); }

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

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

 span { border-color: rgb(169,116,102); }

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