#A67271

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

Shades of Coral Tree #A67271

Tints of Coral Tree #A67271

Color information

#A67271 (or 0xA67271) is unknown color: approx Coral Tree. HEX triplet: A6, 72 and 71. RGB value is (166,114,113). Sum of RGB (Red+Green+Blue) = 166+114+113=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67271 is #598D8E. Grayscale: #818181. Windows color (decimal): -5868943 or 7434918. OLE color: 7434918.

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

Color convert

RGB166114113-
CMYK00.310.320.35
HSL1.13º22.94%54.71%-
HSV(B)1.13º31.93%65.1%-
XYZ24.7221.3318.44-
YUV129.43118.73154.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=42.24%
G=29.01%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611411300.310.320.351.1322.9454.71
HexA6727101F202311737
Octal246162161037404312767
Binary1010011011100101110001011111100000100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67271; }

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

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

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

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

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

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

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

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