#A9645E

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

Shades of Coral Tree #A9645E

Tints of Coral Tree #A9645E

Color information

#A9645E (or 0xA9645E) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 5E. RGB value is (169,100,94). Sum of RGB (Red+Green+Blue) = 169+100+94=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9645E is #569BA1. Grayscale: #787878. Windows color (decimal): -5675938 or 6186153. OLE color: 6186153.

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

Color convert

RGB16910094-
CMYK00.410.440.34
HSL4.8º30.36%51.57%-
HSV(B)4.8º44.38%66.27%-
XYZ22.9418.3612.92-
YUV119.95113.36162.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=46.56%
G=27.55%
B=25.90%

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
Decimal1691009400.410.440.344.830.3651.57
HexA9645E0292C2251e34
Octal251144136051544253664
Binary1010100111001001011110010100110110010001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9645E; }

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

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

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

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

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

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

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

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