#A46C6C

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

Shades of Coral Tree #A46C6C

Tints of Coral Tree #A46C6C

Color information

#A46C6C (or 0xA46C6C) is unknown color: approx Coral Tree. HEX triplet: A4, 6C and 6C. RGB value is (164,108,108). Sum of RGB (Red+Green+Blue) = 164+108+108=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C6C is #5B9393. Grayscale: #7C7C7C. Windows color (decimal): -6001556 or 7105700. OLE color: 7105700.

HSL color Cylindrical-coordinate representation of color #A46C6C: hue angle of 0º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C6C is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164108108-
CMYK00.340.340.36
HSL23.53%53.33%-
HSV(B)34.15%64.31%-
XYZ23.3819.716.76-
YUV124.74118.55156-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=43.16%
G=28.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410810800.340.340.36023.5353.33
HexA46C6C022222401835
Octal244154154042424403065
Binary10100100110110011011000100010100010100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C6C; }

 p { color: rgb(164,108,108); }

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

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

 a { background-color: rgb(164,108,108); }

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

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

 span { border-color: rgb(164,108,108); }

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