#a6675f

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

Shades of Coral Tree #A6675F

Tints of Coral Tree #A6675F

Color information

#A6675F (or 0xA6675F) is unknown color: approx Coral Tree. HEX triplet: A6, 67 and 5F. RGB value is (166,103,95). Sum of RGB (Red+Green+Blue) = 166+103+95=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6675F is #5998A0. Grayscale: #797979. Windows color (decimal): -5871777 or 6252454. OLE color: 6252454.

HSL color Cylindrical-coordinate representation of color #A6675F: hue angle of 6.76º 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 #A6675F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16610395-
CMYK00.380.430.35
HSL6.76º28.51%51.18%-
HSV(B)6.76º42.77%65.1%-
XYZ22.6418.6313.23-
YUV120.92113.37160.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=45.60%
G=28.30%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661039500.380.430.356.7628.5151.18
HexA6675F0262B2371d33
Octal246147137046534373563
Binary1010011011001111011111010011010101110001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6675f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6675f; }

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

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

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

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

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

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

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

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