#A46F6C

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

Shades of Coral Tree #A46F6C

Tints of Coral Tree #A46F6C

Color information

#A46F6C (or 0xA46F6C) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 6C. RGB value is (164,111,108). Sum of RGB (Red+Green+Blue) = 164+111+108=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F6C is #5B9093. Grayscale: #7E7E7E. Windows color (decimal): -6000788 or 7106468. OLE color: 7106468.

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

Color convert

RGB164111108-
CMYK00.320.340.36
HSL3.21º23.53%53.33%-
HSV(B)3.21º34.15%64.31%-
XYZ23.720.3416.86-
YUV126.5117.56154.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=42.82%
G=28.98%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411110800.320.340.363.2123.5353.33
HexA46F6C020222431835
Octal244157154040424433065
Binary101001001101111110110001000001000101001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F6C; }

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

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

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

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

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

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

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

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