#A56F6F

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

Shades of Coral Tree #A56F6F

Tints of Coral Tree #A56F6F

Color information

#A56F6F (or 0xA56F6F) is unknown color: approx Coral Tree. HEX triplet: A5, 6F and 6F. RGB value is (165,111,111). Sum of RGB (Red+Green+Blue) = 165+111+111=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F6F is #5A9090. Grayscale: #7F7F7F. Windows color (decimal): -5935249 or 7303077. OLE color: 7303077.

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

Color convert

RGB165111111-
CMYK00.330.330.35
HSL23.08%54.12%-
HSV(B)32.73%64.71%-
XYZ24.0720.5217.73-
YUV127.15118.89155-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=42.64%
G=28.68%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511111100.330.330.35023.0854.12
HexA56F6F021212301736
Octal245157157041414302766
Binary10100101110111111011110100001100001100011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F6F; }

 p { color: rgb(165,111,111); }

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

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

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

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

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

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

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