#A45145

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

Shades of Crail #A45145

Tints of Crail #A45145

Color information

#A45145 (or 0xA45145) is unknown color: approx Crail. HEX triplet: A4, 51 and 45. RGB value is (164,81,69). Sum of RGB (Red+Green+Blue) = 164+81+69=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A45145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45145 is #5BAEBA. Grayscale: #686868. Windows color (decimal): -6008507 or 4542884. OLE color: 4542884.

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

Color convert

RGB1648169-
CMYK00.510.580.36
HSL7.58º40.77%45.69%-
HSV(B)7.58º57.93%64.31%-
XYZ19.3314.217.35-
YUV104.45108170.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=52.23%
G=25.80%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164816900.510.580.367.5840.7745.69
HexA451450333A248292e
Octal2441211050637244105156
Binary101001001010001100010101100111110101001001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45145; }

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

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

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

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

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

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

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

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