#A9645F

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

Shades of Coral Tree #A9645F

Tints of Coral Tree #A9645F

Color information

#A9645F (or 0xA9645F) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 5F. RGB value is (169,100,95). Sum of RGB (Red+Green+Blue) = 169+100+95=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9645F is #569BA0. Grayscale: #787878. Windows color (decimal): -5675937 or 6251689. OLE color: 6251689.

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

Color convert

RGB16910095-
CMYK00.410.440.34
HSL4.05º30.08%51.76%-
HSV(B)4.05º43.79%66.27%-
XYZ22.9818.3813.16-
YUV120.06113.86162.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=46.43%
G=27.47%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691009500.410.440.344.0530.0851.76
HexA9645F0292C2241e34
Octal251144137051544243664
Binary1010100111001001011111010100110110010001010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9645F; }

 p { color: rgb(169,100,95); }

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

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

 a { background-color: rgb(169,100,95); }

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

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

 span { border-color: rgb(169,100,95); }

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