#A9625E

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

Shades of Coral Tree #A9625E

Tints of Coral Tree #A9625E

Color information

#A9625E (or 0xA9625E) is unknown color: approx Coral Tree. HEX triplet: A9, 62 and 5E. RGB value is (169,98,94). Sum of RGB (Red+Green+Blue) = 169+98+94=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9625E is #569DA1. Grayscale: #767676. Windows color (decimal): -5676450 or 6185641. OLE color: 6185641.

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

Color convert

RGB1699894-
CMYK00.420.440.34
HSL3.2º30.36%51.57%-
HSV(B)3.2º44.38%66.27%-
XYZ22.7517.9812.86-
YUV118.77114.02163.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=46.81%
G=27.15%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169989400.420.440.343.230.3651.57
HexA9625E02A2C2231e34
Octal251142136052544233664
Binary101010011100010101111001010101011001000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9625E; }

 p { color: rgb(169,98,94); }

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

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

 a { background-color: rgb(169,98,94); }

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

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

 span { border-color: rgb(169,98,94); }

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