#A25442

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

Shades of Crail #A25442

Tints of Crail #A25442

Color information

#A25442 (or 0xA25442) is unknown color: approx Crail. HEX triplet: A2, 54 and 42. RGB value is (162,84,66). Sum of RGB (Red+Green+Blue) = 162+84+66=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25442 is #5DABBD. Grayscale: #696969. Windows color (decimal): -6138814 or 4347042. OLE color: 4347042.

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

Color convert

RGB1628466-
CMYK00.480.590.36
HSL11.25º42.11%44.71%-
HSV(B)11.25º59.26%63.53%-
XYZ19.0514.426.93-
YUV105.27105.84168.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=51.92%
G=26.92%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162846600.480.590.3611.2542.1144.71
HexA254420303B24b2a2d
Octal2421241020607344135255
Binary101000101010100100001001100001110111001001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25442; }

 p { color: rgb(162,84,66); }

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

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

 a { background-color: rgb(162,84,66); }

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

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

 span { border-color: rgb(162,84,66); }

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