#A05246

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

Shades of Crail #A05246

Tints of Crail #A05246

Color information

#A05246 (or 0xA05246) is unknown color: approx Crail. HEX triplet: A0, 52 and 46. RGB value is (160,82,70). Sum of RGB (Red+Green+Blue) = 160+82+70=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05246 is #5FADB9. Grayscale: #686868. Windows color (decimal): -6270394 or 4608672. OLE color: 4608672.

HSL color Cylindrical-coordinate representation of color #A05246: hue angle of 8º 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 #A05246 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1608270-
CMYK00.490.560.37
HSL39.13%45.1%-
HSV(B)56.25%62.75%-
XYZ18.6213.957.51-
YUV103.95108.84167.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=51.28%
G=26.28%
B=22.44%

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
Decimal160827000.490.560.37839.1345.1
HexA0524603138258272d
Octal2401221060617045104755
Binary101000001010010100011001100011110001001011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05246; }

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

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

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

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

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

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

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

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