#A46F6B

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

Shades of Coral Tree #A46F6B

Tints of Coral Tree #A46F6B

Color information

#A46F6B (or 0xA46F6B) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 6B. RGB value is (164,111,107). Sum of RGB (Red+Green+Blue) = 164+111+107=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F6B is #5B9094. Grayscale: #7E7E7E. Windows color (decimal): -6000789 or 7040932. OLE color: 7040932.

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

Color convert

RGB164111107-
CMYK00.320.350.36
HSL4.21º23.85%53.14%-
HSV(B)4.21º34.76%64.31%-
XYZ23.6520.3216.59-
YUV126.39117.06154.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=42.93%
G=29.06%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411110700.320.350.364.2123.8553.14
HexA46F6B020232441835
Octal244157153040434443065
Binary1010010011011111101011010000010001110010010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F6B; }

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

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

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

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

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

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

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

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