#A97168

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

Shades of Coral Tree #A97168

Tints of Coral Tree #A97168

Color information

#A97168 (or 0xA97168) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 68. RGB value is (169,113,104). Sum of RGB (Red+Green+Blue) = 169+113+104=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A97168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97168 is #568E97. Grayscale: #808080. Windows color (decimal): -5672600 or 6844841. OLE color: 6844841.

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

Color convert

RGB169113104-
CMYK00.330.380.34
HSL8.31º27.43%53.53%-
HSV(B)8.31º38.46%66.27%-
XYZ24.7721.2415.89-
YUV128.72114.05156.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=43.78%
G=29.27%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911310400.330.380.348.3127.4353.53
HexA97168021262281b36
Octal2511611500414642103366
Binary10101001111000111010000100001100110100010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97168; }

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

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

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

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

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

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

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

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