#A46A69

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

Shades of Coral Tree #A46A69

Tints of Coral Tree #A46A69

Color information

#A46A69 (or 0xA46A69) is unknown color: approx Coral Tree. HEX triplet: A4, 6A and 69. RGB value is (164,106,105). Sum of RGB (Red+Green+Blue) = 164+106+105=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A69 is #5B9596. Grayscale: #7B7B7B. Windows color (decimal): -6002071 or 6908580. OLE color: 6908580.

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

Color convert

RGB164106105-
CMYK00.350.360.36
HSL1.02º24.48%52.75%-
HSV(B)1.02º35.98%64.31%-
XYZ23.0119.2215.86-
YUV123.23117.72157.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 105 (41.41% from 255) = 28%
R=43.73%
G=28.27%
B=28%

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
Decimal16410610500.350.360.361.0224.4852.75
HexA46A69023242411835
Octal244152151043444413065
Binary10100100110101011010010100011100100100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A69; }

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

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

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

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

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

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

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

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