#A25246

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

Shades of Crail #A25246

Tints of Crail #A25246

Color information

#A25246 (or 0xA25246) is unknown color: approx Crail. HEX triplet: A2, 52 and 46. RGB value is (162,82,70). Sum of RGB (Red+Green+Blue) = 162+82+70=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25246 is #5DADB9. Grayscale: #686868. Windows color (decimal): -6139322 or 4608674. OLE color: 4608674.

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

Color convert

RGB1628270-
CMYK00.490.570.36
HSL7.83º39.66%45.49%-
HSV(B)7.83º56.79%63.53%-
XYZ19.0214.167.52-
YUV104.55108.5168.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=51.59%
G=26.11%
B=22.29%

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
Decimal162827000.490.570.367.8339.6645.49
HexA2524603139248282d
Octal2421221060617144105055
Binary101000101010010100011001100011110011001001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25246; }

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

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

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

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

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

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

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

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