#A46D66

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

Shades of Coral Tree #A46D66

Tints of Coral Tree #A46D66

Color information

#A46D66 (or 0xA46D66) is unknown color: approx Coral Tree. HEX triplet: A4, 6D and 66. RGB value is (164,109,102). Sum of RGB (Red+Green+Blue) = 164+109+102=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D66 is #5B9299. Grayscale: #7C7C7C. Windows color (decimal): -6001306 or 6712740. OLE color: 6712740.

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

Color convert

RGB164109102-
CMYK00.340.380.36
HSL6.77º25.41%52.16%-
HSV(B)6.77º37.8%64.31%-
XYZ23.1819.7915.17-
YUV124.65115.22156.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=43.73%
G=29.07%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410910200.340.380.366.7725.4152.16
HexA46D66022262471934
Octal244155146042464473164
Binary1010010011011011100110010001010011010010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D66; }

 p { color: rgb(164,109,102); }

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

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

 a { background-color: rgb(164,109,102); }

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

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

 span { border-color: rgb(164,109,102); }

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