#A96763

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

Shades of Coral Tree #A96763

Tints of Coral Tree #A96763

Color information

#A96763 (or 0xA96763) is unknown color: approx Coral Tree. HEX triplet: A9, 67 and 63. RGB value is (169,103,99). Sum of RGB (Red+Green+Blue) = 169+103+99=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96763 is #56989C. Grayscale: #7A7A7A. Windows color (decimal): -5675165 or 6514601. OLE color: 6514601.

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

Color convert

RGB16910399-
CMYK00.390.410.34
HSL3.43º28.93%52.55%-
HSV(B)3.43º41.42%66.27%-
XYZ23.4619.0414.24-
YUV122.28114.87161.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=45.55%
G=27.76%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691039900.390.410.343.4328.9352.55
HexA96763027292231d35
Octal251147143047514233565
Binary101010011100111110001101001111010011000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96763; }

 p { color: rgb(169,103,99); }

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

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

 a { background-color: rgb(169,103,99); }

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

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

 span { border-color: rgb(169,103,99); }

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