#A5655F

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

Shades of Coral Tree #A5655F

Tints of Coral Tree #A5655F

Color information

#A5655F (or 0xA5655F) is unknown color: approx Coral Tree. HEX triplet: A5, 65 and 5F. RGB value is (165,101,95). Sum of RGB (Red+Green+Blue) = 165+101+95=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655F is #5A9AA0. Grayscale: #777777. Windows color (decimal): -5937825 or 6251941. OLE color: 6251941.

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

Color convert

RGB16510195-
CMYK00.390.420.35
HSL5.14º28%50.98%-
HSV(B)5.14º42.42%64.71%-
XYZ22.2418.1313.15-
YUV119.45114.2160.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=45.71%
G=27.98%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651019500.390.420.355.142850.98
HexA5655F0272A2351c33
Octal245145137047524353463
Binary1010010111001011011111010011110101010001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5655F; }

 p { color: rgb(165,101,95); }

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

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

 a { background-color: rgb(165,101,95); }

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

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

 span { border-color: rgb(165,101,95); }

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