#A96761

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

Shades of Coral Tree #A96761

Tints of Coral Tree #A96761

Color information

#A96761 (or 0xA96761) is unknown color: approx Coral Tree. HEX triplet: A9, 67 and 61. RGB value is (169,103,97). Sum of RGB (Red+Green+Blue) = 169+103+97=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96761 is #56989E. Grayscale: #7A7A7A. Windows color (decimal): -5675167 or 6383529. OLE color: 6383529.

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

Color convert

RGB16910397-
CMYK00.390.430.34
HSL29.51%52.16%-
HSV(B)42.6%66.27%-
XYZ23.371913.74-
YUV122.05113.87161.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=45.80%
G=27.91%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691039700.390.430.34529.5152.16
HexA967610272B2251e34
Octal251147141047534253664
Binary1010100111001111100001010011110101110001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96761; }

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

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

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

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

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

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

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

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