#A9625D

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

Shades of Coral Tree #A9625D

Tints of Coral Tree #A9625D

Color information

#A9625D (or 0xA9625D) is unknown color: approx Coral Tree. HEX triplet: A9, 62 and 5D. RGB value is (169,98,93). Sum of RGB (Red+Green+Blue) = 169+98+93=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9625D is #569DA2. Grayscale: #767676. Windows color (decimal): -5676451 or 6120105. OLE color: 6120105.

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

Color convert

RGB1699893-
CMYK00.420.450.34
HSL3.95º30.65%51.37%-
HSV(B)3.95º44.97%66.27%-
XYZ22.7117.9612.63-
YUV118.66113.52163.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=46.94%
G=27.22%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169989300.420.450.343.9530.6551.37
HexA9625D02A2D2241f33
Octal251142135052554243763
Binary1010100111000101011101010101010110110001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9625D; }

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

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

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

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

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

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

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

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