#A05248

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

Shades of Crail #A05248

Tints of Crail #A05248

Color information

#A05248 (or 0xA05248) is unknown color: approx Crail. HEX triplet: A0, 52 and 48. RGB value is (160,82,72). Sum of RGB (Red+Green+Blue) = 160+82+72=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A05248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05248 is #5FADB7. Grayscale: #686868. Windows color (decimal): -6270392 or 4739744. OLE color: 4739744.

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

Color convert

RGB1608272-
CMYK00.490.550.37
HSL6.82º37.93%45.49%-
HSV(B)6.82º55%62.75%-
XYZ18.6813.987.84-
YUV104.18109.84167.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=50.96%
G=26.11%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160827200.490.550.376.8237.9345.49
HexA0524803137257262d
Octal240122110061674574655
Binary10100000101001010010000110001110111100101111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05248; }

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

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

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

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

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

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

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

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