#A47670

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

Shades of Coral Tree #A47670

Tints of Coral Tree #A47670

Color information

#A47670 (or 0xA47670) is unknown color: approx Coral Tree. HEX triplet: A4, 76 and 70. RGB value is (164,118,112). Sum of RGB (Red+Green+Blue) = 164+118+112=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47670 is #5B898F. Grayscale: #838383. Windows color (decimal): -5998992 or 7370404. OLE color: 7370404.

HSL color Cylindrical-coordinate representation of color #A47670: hue angle of 6.92º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47670 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164118112-
CMYK00.280.320.36
HSL6.92º22.22%54.12%-
HSV(B)6.92º31.71%64.31%-
XYZ24.7122.0218.28-
YUV131.07117.24151.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=41.62%
G=29.95%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411811200.280.320.366.9222.2254.12
HexA4767001C202471636
Octal244166160034404472666
Binary101001001110110111000001110010000010010011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47670; }

 p { color: rgb(164,118,112); }

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

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

 a { background-color: rgb(164,118,112); }

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

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

 span { border-color: rgb(164,118,112); }

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