#A27671

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

Shades of Coral Tree #A27671

Tints of Coral Tree #A27671

Color information

#A27671 (or 0xA27671) is unknown color: approx Coral Tree. HEX triplet: A2, 76 and 71. RGB value is (162,118,113). Sum of RGB (Red+Green+Blue) = 162+118+113=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A27671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27671 is #5D898E. Grayscale: #828282. Windows color (decimal): -6130063 or 7435938. OLE color: 7435938.

HSL color Cylindrical-coordinate representation of color #A27671: hue angle of 6.12º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27671 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162118113-
CMYK00.270.300.36
HSL6.12º20.85%53.92%-
HSV(B)6.12º30.25%63.53%-
XYZ24.3621.8318.55-
YUV130.59118.08150.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=41.22%
G=30.03%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211811300.270.300.366.1220.8553.92
HexA2767101B1E2461536
Octal242166161033364462566
Binary10100010111011011100010110111111010010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27671; }

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

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

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

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

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

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

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

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