#A67470

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

Shades of Coral Tree #A67470

Tints of Coral Tree #A67470

Color information

#A67470 (or 0xA67470) is unknown color: approx Coral Tree. HEX triplet: A6, 74 and 70. RGB value is (166,116,112). Sum of RGB (Red+Green+Blue) = 166+116+112=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A67470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67470 is #598B8F. Grayscale: #828282. Windows color (decimal): -5868432 or 7369894. OLE color: 7369894.

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

Color convert

RGB166116112-
CMYK00.300.330.35
HSL4.44º23.28%54.51%-
HSV(B)4.44º32.53%65.1%-
XYZ24.921.7718.22-
YUV130.49117.56153.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=42.13%
G=29.44%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611611200.300.330.354.4423.2854.51
HexA6747001E212341737
Octal246164160036414342767
Binary101001101110100111000001111010000110001110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67470; }

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

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

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

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

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

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

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

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