#A25045

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

Shades of Crail #A25045

Tints of Crail #A25045

Color information

#A25045 (or 0xA25045) is unknown color: approx Crail. HEX triplet: A2, 50 and 45. RGB value is (162,80,69). Sum of RGB (Red+Green+Blue) = 162+80+69=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25045 is #5DAFBA. Grayscale: #676767. Windows color (decimal): -6139835 or 4542626. OLE color: 4542626.

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

Color convert

RGB1628069-
CMYK00.510.570.36
HSL7.1º40.26%45.29%-
HSV(B)7.1º57.41%63.53%-
XYZ18.8413.857.31-
YUV103.26108.67169.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=52.09%
G=25.72%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162806900.510.570.367.140.2645.29
HexA2504503339247282d
Octal242120105063714475055
Binary10100010101000010001010110011111001100100111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25045; }

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

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

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

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

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

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

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

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