#A25341

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

Shades of Crail #A25341

Tints of Crail #A25341

Color information

#A25341 (or 0xA25341) is unknown color: approx Crail. HEX triplet: A2, 53 and 41. RGB value is (162,83,65). Sum of RGB (Red+Green+Blue) = 162+83+65=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25341 is #5DACBE. Grayscale: #686868. Windows color (decimal): -6139071 or 4281250. OLE color: 4281250.

HSL color Cylindrical-coordinate representation of color #A25341: hue angle of 11.13º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25341 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1628365-
CMYK00.490.600.36
HSL11.13º42.73%44.51%-
HSV(B)11.13º59.88%63.53%-
XYZ18.9514.256.75-
YUV104.57105.67168.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=52.26%
G=26.77%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162836500.490.600.3611.1342.7344.51
HexA253410313C24b2b2d
Octal2421231010617444135355
Binary101000101010011100000101100011111001001001011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25341; }

 p { color: rgb(162,83,65); }

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

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

 a { background-color: rgb(162,83,65); }

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

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

 span { border-color: rgb(162,83,65); }

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