#A96561

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

Shades of Coral Tree #A96561

Tints of Coral Tree #A96561

Color information

#A96561 (or 0xA96561) is unknown color: approx Coral Tree. HEX triplet: A9, 65 and 61. RGB value is (169,101,97). Sum of RGB (Red+Green+Blue) = 169+101+97=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96561 is #569A9E. Grayscale: #787878. Windows color (decimal): -5675679 or 6383017. OLE color: 6383017.

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

Color convert

RGB16910197-
CMYK00.400.430.34
HSL3.33º29.51%52.16%-
HSV(B)3.33º42.6%66.27%-
XYZ23.1718.6113.68-
YUV120.88114.53162.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=46.05%
G=27.52%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691019700.400.430.343.3329.5152.16
HexA965610282B2231e34
Octal251145141050534233664
Binary101010011100101110000101010001010111000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96561; }

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

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

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

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

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

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

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

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