#A56B67

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

Shades of Coral Tree #A56B67

Tints of Coral Tree #A56B67

Color information

#A56B67 (or 0xA56B67) is unknown color: approx Coral Tree. HEX triplet: A5, 6B and 67. RGB value is (165,107,103). Sum of RGB (Red+Green+Blue) = 165+107+103=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B67 is #5A9498. Grayscale: #7B7B7B. Windows color (decimal): -5936281 or 6777765. OLE color: 6777765.

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

Color convert

RGB165107103-
CMYK00.350.380.35
HSL3.87º25.62%52.55%-
HSV(B)3.87º37.58%64.71%-
XYZ23.2219.4915.37-
YUV123.89116.22157.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=44%
G=28.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510710300.350.380.353.8725.6252.55
HexA56B67023262341a35
Octal245153147043464343265
Binary1010010111010111100111010001110011010001110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B67; }

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

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

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

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

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

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

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

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