#A7645F

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

Shades of Coral Tree #A7645F

Tints of Coral Tree #A7645F

Color information

#A7645F (or 0xA7645F) is unknown color: approx Coral Tree. HEX triplet: A7, 64 and 5F. RGB value is (167,100,95). Sum of RGB (Red+Green+Blue) = 167+100+95=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7645F is #589BA0. Grayscale: #777777. Windows color (decimal): -5807009 or 6251687. OLE color: 6251687.

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

Color convert

RGB16710095-
CMYK00.400.430.35
HSL4.17º29.03%51.37%-
HSV(B)4.17º43.11%65.49%-
XYZ22.5618.1613.14-
YUV119.46114.2161.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=46.13%
G=27.62%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671009500.400.430.354.1729.0351.37
HexA7645F0282B2341d33
Octal247144137050534343563
Binary1010011111001001011111010100010101110001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7645F; }

 p { color: rgb(167,100,95); }

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

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

 a { background-color: rgb(167,100,95); }

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

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

 span { border-color: rgb(167,100,95); }

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