#A56050

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

Shades of Crail #A56050

Tints of Crail #A56050

Color information

#A56050 (or 0xA56050) is unknown color: approx Crail. HEX triplet: A5, 60 and 50. RGB value is (165,96,80). Sum of RGB (Red+Green+Blue) = 165+96+80=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A56050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56050 is #5A9FAF. Grayscale: #727272. Windows color (decimal): -5939120 or 5267621. OLE color: 5267621.

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

Color convert

RGB1659680-
CMYK00.420.520.35
HSL11.29º34.69%48.04%-
HSV(B)11.29º51.52%64.71%-
XYZ21.1516.949.75-
YUV114.81108.36163.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=48.39%
G=28.15%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165968000.420.520.3511.2934.6948.04
HexA5605002A3423b2330
Octal2451401200526443134360
Binary101001011100000101000001010101101001000111011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56050; }

 p { color: rgb(165,96,80); }

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

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

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

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

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

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

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