#A55145

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

Shades of Crail #A55145

Tints of Crail #A55145

Color information

#A55145 (or 0xA55145) is unknown color: approx Crail. HEX triplet: A5, 51 and 45. RGB value is (165,81,69). Sum of RGB (Red+Green+Blue) = 165+81+69=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55145 is #5AAEBA. Grayscale: #686868. Windows color (decimal): -5942971 or 4542885. OLE color: 4542885.

HSL color Cylindrical-coordinate representation of color #A55145: hue angle of 7.5º 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 #A55145 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1658169-
CMYK00.510.580.35
HSL7.5º41.03%45.88%-
HSV(B)7.5º58.18%64.71%-
XYZ19.5314.317.36-
YUV104.75107.83170.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=52.38%
G=25.71%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165816900.510.580.357.541.0345.88
HexA551450333A238292e
Octal2451211050637243105156
Binary101001011010001100010101100111110101000111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55145; }

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

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

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

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

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

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

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

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