#A05146

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

Shades of Crail #A05146

Tints of Crail #A05146

Color information

#A05146 (or 0xA05146) is unknown color: approx Crail. HEX triplet: A0, 51 and 46. RGB value is (160,81,70). Sum of RGB (Red+Green+Blue) = 160+81+70=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05146 is #5FAEB9. Grayscale: #676767. Windows color (decimal): -6270650 or 4608416. OLE color: 4608416.

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

Color convert

RGB1608170-
CMYK00.490.560.37
HSL7.33º39.13%45.1%-
HSV(B)7.33º56.25%62.75%-
XYZ18.5513.87.48-
YUV103.37109.17168.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=51.45%
G=26.05%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160817000.490.560.377.3339.1345.1
HexA0514603138257272d
Octal240121106061704574755
Binary10100000101000110001100110001111000100101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05146; }

 p { color: rgb(160,81,70); }

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

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

 a { background-color: rgb(160,81,70); }

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

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

 span { border-color: rgb(160,81,70); }

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