#A67671

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

Shades of Coral Tree #A67671

Tints of Coral Tree #A67671

Color information

#A67671 (or 0xA67671) is unknown color: approx Coral Tree. HEX triplet: A6, 76 and 71. RGB value is (166,118,113). Sum of RGB (Red+Green+Blue) = 166+118+113=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67671 is #59898E. Grayscale: #838383. Windows color (decimal): -5867919 or 7435942. OLE color: 7435942.

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

Color convert

RGB166118113-
CMYK00.290.320.35
HSL5.66º22.94%54.71%-
HSV(B)5.66º31.93%65.1%-
XYZ25.1822.2618.59-
YUV131.78117.4152.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=41.81%
G=29.72%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611811300.290.320.355.6622.9454.71
HexA6767101D202361737
Octal246166161035404362767
Binary101001101110110111000101110110000010001111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67671; }

 p { color: rgb(166,118,113); }

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

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

 a { background-color: rgb(166,118,113); }

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

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

 span { border-color: rgb(166,118,113); }

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