#A55245

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

Shades of Crail #A55245

Tints of Crail #A55245

Color information

#A55245 (or 0xA55245) is unknown color: approx Crail. HEX triplet: A5, 52 and 45. RGB value is (165,82,69). Sum of RGB (Red+Green+Blue) = 165+82+69=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A55245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55245 is #5AADBA. Grayscale: #696969. Windows color (decimal): -5942715 or 4543141. OLE color: 4543141.

HSL color Cylindrical-coordinate representation of color #A55245: hue angle of 8.13º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55245 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1658269-
CMYK00.500.580.35
HSL8.13º41.03%45.88%-
HSV(B)8.13º58.18%64.71%-
XYZ19.6114.467.39-
YUV105.34107.5170.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=52.22%
G=25.95%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165826900.500.580.358.1341.0345.88
HexA552450323A238292e
Octal2451221050627243105156
Binary101001011010010100010101100101110101000111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55245; }

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

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

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

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

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

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

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

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