#A25342

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

Shades of Crail #A25342

Tints of Crail #A25342

Color information

#A25342 (or 0xA25342) is unknown color: approx Crail. HEX triplet: A2, 53 and 42. RGB value is (162,83,66). Sum of RGB (Red+Green+Blue) = 162+83+66=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25342 is #5DACBD. Grayscale: #686868. Windows color (decimal): -6139070 or 4346786. OLE color: 4346786.

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

Color convert

RGB1628366-
CMYK00.490.590.36
HSL10.63º42.11%44.71%-
HSV(B)10.63º59.26%63.53%-
XYZ18.9814.266.91-
YUV104.68106.17168.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=52.09%
G=26.69%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162836600.490.590.3610.6342.1144.71
HexA253420313B24b2a2d
Octal2421231020617344135255
Binary101000101010011100001001100011110111001001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25342; }

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

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

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

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

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

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

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

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