#A56F6B

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

Shades of Coral Tree #A56F6B

Tints of Coral Tree #A56F6B

Color information

#A56F6B (or 0xA56F6B) is unknown color: approx Coral Tree. HEX triplet: A5, 6F and 6B. RGB value is (165,111,107). Sum of RGB (Red+Green+Blue) = 165+111+107=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F6B is #5A9094. Grayscale: #7E7E7E. Windows color (decimal): -5935253 or 7040933. OLE color: 7040933.

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

Color convert

RGB165111107-
CMYK00.330.350.35
HSL4.14º24.37%53.33%-
HSV(B)4.14º35.15%64.71%-
XYZ23.8620.4316.6-
YUV126.69116.89155.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=43.08%
G=28.98%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511110700.330.350.354.1424.3753.33
HexA56F6B021232341835
Octal245157153041434343065
Binary1010010111011111101011010000110001110001110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F6B; }

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

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

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

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

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

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

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

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