#A46D6C

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

Shades of Coral Tree #A46D6C

Tints of Coral Tree #A46D6C

Color information

#A46D6C (or 0xA46D6C) is unknown color: approx Coral Tree. HEX triplet: A4, 6D and 6C. RGB value is (164,109,108). Sum of RGB (Red+Green+Blue) = 164+109+108=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D6C is #5B9293. Grayscale: #7D7D7D. Windows color (decimal): -6001300 or 7105956. OLE color: 7105956.

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

Color convert

RGB164109108-
CMYK00.340.340.36
HSL1.07º23.53%53.33%-
HSV(B)1.07º34.15%64.31%-
XYZ23.4919.9116.79-
YUV125.33118.22155.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=43.04%
G=28.61%
B=28.35%

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
Decimal16410910800.340.340.361.0723.5353.33
HexA46D6C022222411835
Octal244155154042424413065
Binary10100100110110111011000100010100010100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D6C; }

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

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

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

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

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

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

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

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