#A56662

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

Shades of Coral Tree #A56662

Tints of Coral Tree #A56662

Color information

#A56662 (or 0xA56662) is unknown color: approx Coral Tree. HEX triplet: A5, 66 and 62. RGB value is (165,102,98). Sum of RGB (Red+Green+Blue) = 165+102+98=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A56662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56662 is #5A999D. Grayscale: #787878. Windows color (decimal): -5937566 or 6448805. OLE color: 6448805.

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

Color convert

RGB16510298-
CMYK00.380.410.35
HSL3.58º27.13%51.57%-
HSV(B)3.58º40.61%64.71%-
XYZ22.4718.3813.92-
YUV120.38115.37159.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=45.21%
G=27.95%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651029800.380.410.353.5827.1351.57
HexA56662026292341b34
Octal245146142046514343364
Binary1010010111001101100010010011010100110001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56662; }

 p { color: rgb(165,102,98); }

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

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

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

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

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

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

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