#A46A68

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

Shades of Coral Tree #A46A68

Tints of Coral Tree #A46A68

Color information

#A46A68 (or 0xA46A68) is unknown color: approx Coral Tree. HEX triplet: A4, 6A and 68. RGB value is (164,106,104). Sum of RGB (Red+Green+Blue) = 164+106+104=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A68 is #5B9597. Grayscale: #7B7B7B. Windows color (decimal): -6002072 or 6843044. OLE color: 6843044.

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

Color convert

RGB164106104-
CMYK00.350.370.36
HSL24.79%52.55%-
HSV(B)36.59%64.31%-
XYZ22.9619.215.59-
YUV123.11117.22157.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=43.85%
G=28.34%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410610400.350.370.36224.7952.55
HexA46A68023252421935
Octal244152150043454423165
Binary101001001101010110100001000111001011001001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A68; }

 p { color: rgb(164,106,104); }

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

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

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

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

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

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

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