#A67065

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

Shades of Coral Tree #A67065

Tints of Coral Tree #A67065

Color information

#A67065 (or 0xA67065) is unknown color: approx Coral Tree. HEX triplet: A6, 70 and 65. RGB value is (166,112,101). Sum of RGB (Red+Green+Blue) = 166+112+101=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67065 is #598F9A. Grayscale: #7E7E7E. Windows color (decimal): -5869467 or 6647974. OLE color: 6647974.

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

Color convert

RGB166112101-
CMYK00.330.390.35
HSL10.15º26.75%52.35%-
HSV(B)10.15º39.16%65.1%-
XYZ23.8720.6315.04-
YUV126.89113.39155.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=43.80%
G=29.55%
B=26.65%

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
Decimal16611210100.330.390.3510.1526.7552.35
HexA670650212723a1b34
Octal2461601450414743123364
Binary10100110111000011001010100001100111100011101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67065; }

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

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

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

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

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

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

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

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