#A46B69

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

Shades of Coral Tree #A46B69

Tints of Coral Tree #A46B69

Color information

#A46B69 (or 0xA46B69) is unknown color: approx Coral Tree. HEX triplet: A4, 6B and 69. RGB value is (164,107,105). Sum of RGB (Red+Green+Blue) = 164+107+105=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B69 is #5B9496. Grayscale: #7B7B7B. Windows color (decimal): -6001815 or 6908836. OLE color: 6908836.

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

Color convert

RGB164107105-
CMYK00.350.360.36
HSL2.03º24.48%52.75%-
HSV(B)2.03º35.98%64.31%-
XYZ23.1219.4315.9-
YUV123.82117.38156.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=43.62%
G=28.46%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410710500.350.360.362.0324.4852.75
HexA46B69023242421835
Octal244153151043444423065
Binary101001001101011110100101000111001001001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B69; }

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

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

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

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

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

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

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

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