#A67171

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

Shades of Coral Tree #A67171

Tints of Coral Tree #A67171

Color information

#A67171 (or 0xA67171) is unknown color: approx Coral Tree. HEX triplet: A6, 71 and 71. RGB value is (166,113,113). Sum of RGB (Red+Green+Blue) = 166+113+113=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A67171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67171 is #598E8E. Grayscale: #808080. Windows color (decimal): -5869199 or 7434662. OLE color: 7434662.

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

Color convert

RGB166113113-
CMYK00.320.320.35
HSL22.94%54.71%-
HSV(B)31.93%65.1%-
XYZ24.6121.1118.4-
YUV128.85119.06154.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=42.35%
G=28.83%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611311300.320.320.35022.9454.71
HexA67171020202301737
Octal246161161040404302767
Binary10100110111000111100010100000100000100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67171; }

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

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

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

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

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

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

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

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