#A05245

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

Shades of Crail #A05245

Tints of Crail #A05245

Color information

#A05245 (or 0xA05245) is unknown color: approx Crail. HEX triplet: A0, 52 and 45. RGB value is (160,82,69). Sum of RGB (Red+Green+Blue) = 160+82+69=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05245 is #5FADBA. Grayscale: #676767. Windows color (decimal): -6270395 or 4543136. OLE color: 4543136.

HSL color Cylindrical-coordinate representation of color #A05245: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05245 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1608269-
CMYK00.490.570.37
HSL8.57º39.74%44.9%-
HSV(B)8.57º56.88%62.75%-
XYZ18.5913.947.34-
YUV103.84108.34168.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=51.45%
G=26.37%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160826900.490.570.378.5739.7444.9
HexA0524503139259282d
Octal2401221050617145115055
Binary101000001010010100010101100011110011001011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05245; }

 p { color: rgb(160,82,69); }

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

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

 a { background-color: rgb(160,82,69); }

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

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

 span { border-color: rgb(160,82,69); }

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