#A25245

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

Shades of Crail #A25245

Tints of Crail #A25245

Color information

#A25245 (or 0xA25245) is unknown color: approx Crail. HEX triplet: A2, 52 and 45. RGB value is (162,82,69). Sum of RGB (Red+Green+Blue) = 162+82+69=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25245 is #5DADBA. Grayscale: #686868. Windows color (decimal): -6139323 or 4543138. OLE color: 4543138.

HSL color Cylindrical-coordinate representation of color #A25245: hue angle of 8.39º 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 #A25245 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1628269-
CMYK00.490.570.36
HSL8.39º40.26%45.29%-
HSV(B)8.39º57.41%63.53%-
XYZ18.9914.157.36-
YUV104.44108169.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=51.76%
G=26.20%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162826900.490.570.368.3940.2645.29
HexA2524503139248282d
Octal2421221050617144105055
Binary101000101010010100010101100011110011001001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25245; }

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

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

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

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

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

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

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

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