#A46B66

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

Shades of Coral Tree #A46B66

Tints of Coral Tree #A46B66

Color information

#A46B66 (or 0xA46B66) is unknown color: approx Coral Tree. HEX triplet: A4, 6B and 66. RGB value is (164,107,102). Sum of RGB (Red+Green+Blue) = 164+107+102=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B66 is #5B9499. Grayscale: #7B7B7B. Windows color (decimal): -6001818 or 6712228. OLE color: 6712228.

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

Color convert

RGB164107102-
CMYK00.350.380.36
HSL4.84º25.41%52.16%-
HSV(B)4.84º37.8%64.31%-
XYZ22.9719.3715.1-
YUV123.47115.88156.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=43.97%
G=28.69%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410710200.350.380.364.8425.4152.16
HexA46B66023262451934
Octal244153146043464453164
Binary1010010011010111100110010001110011010010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B66; }

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

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

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

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

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

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

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

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