#A46F66

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

Shades of Coral Tree #A46F66

Tints of Coral Tree #A46F66

Color information

#A46F66 (or 0xA46F66) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 66. RGB value is (164,111,102). Sum of RGB (Red+Green+Blue) = 164+111+102=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F66 is #5B9099. Grayscale: #7D7D7D. Windows color (decimal): -6000794 or 6713252. OLE color: 6713252.

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

Color convert

RGB164111102-
CMYK00.320.380.36
HSL8.71º25.41%52.16%-
HSV(B)8.71º37.8%64.31%-
XYZ23.3920.2215.24-
YUV125.82114.56155.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=43.50%
G=29.44%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411110200.320.380.368.7125.4152.16
HexA46F66020262491934
Octal2441571460404644113164
Binary10100100110111111001100100000100110100100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F66; }

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

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

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

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

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

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

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

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