#A67066

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

Shades of Coral Tree #A67066

Tints of Coral Tree #A67066

Color information

#A67066 (or 0xA67066) is unknown color: approx Coral Tree. HEX triplet: A6, 70 and 66. RGB value is (166,112,102). Sum of RGB (Red+Green+Blue) = 166+112+102=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67066 is #598F99. Grayscale: #7F7F7F. Windows color (decimal): -5869466 or 6713510. OLE color: 6713510.

HSL color Cylindrical-coordinate representation of color #A67066: hue angle of 9.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67066 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166112102-
CMYK00.330.390.35
HSL9.38º26.45%52.55%-
HSV(B)9.38º38.55%65.1%-
XYZ23.9220.6515.3-
YUV127.01113.89155.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=43.68%
G=29.47%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611210200.330.390.359.3826.4552.55
HexA67066021272391a35
Octal2461601460414743113265
Binary10100110111000011001100100001100111100011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67066; }

 p { color: rgb(166,112,102); }

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

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

 a { background-color: rgb(166,112,102); }

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

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

 span { border-color: rgb(166,112,102); }

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