#A6645F

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

Shades of Coral Tree #A6645F

Tints of Coral Tree #A6645F

Color information

#A6645F (or 0xA6645F) is unknown color: approx Coral Tree. HEX triplet: A6, 64 and 5F. RGB value is (166,100,95). Sum of RGB (Red+Green+Blue) = 166+100+95=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645F is #599BA0. Grayscale: #777777. Windows color (decimal): -5872545 or 6251686. OLE color: 6251686.

HSL color Cylindrical-coordinate representation of color #A6645F: hue angle of 4.23º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6645F is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16610095-
CMYK00.400.430.35
HSL4.23º28.51%51.18%-
HSV(B)4.23º42.77%65.1%-
XYZ22.3518.0513.13-
YUV119.16114.37161.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=45.98%
G=27.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661009500.400.430.354.2328.5151.18
HexA6645F0282B2341d33
Octal246144137050534343563
Binary1010011011001001011111010100010101110001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6645F; }

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

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

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

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

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

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

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

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