#A15045

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

Shades of Crail #A15045

Tints of Crail #A15045

Color information

#A15045 (or 0xA15045) is unknown color: approx Crail. HEX triplet: A1, 50 and 45. RGB value is (161,80,69). Sum of RGB (Red+Green+Blue) = 161+80+69=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15045 is #5EAFBA. Grayscale: #676767. Windows color (decimal): -6205371 or 4542625. OLE color: 4542625.

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

Color convert

RGB1618069-
CMYK00.500.570.37
HSL7.17º40%45.1%-
HSV(B)7.17º57.14%63.14%-
XYZ18.6413.747.3-
YUV102.96108.84169.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=51.94%
G=25.81%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161806900.500.570.377.174045.1
HexA1504503239257282d
Octal241120105062714575055
Binary10100001101000010001010110010111001100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15045; }

 p { color: rgb(161,80,69); }

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

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

 a { background-color: rgb(161,80,69); }

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

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

 span { border-color: rgb(161,80,69); }

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