#a25142

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

Shades of Crail #A25142

Tints of Crail #A25142

Color information

#A25142 (or 0xA25142) is unknown color: approx Crail. HEX triplet: A2, 51 and 42. RGB value is (162,81,66). Sum of RGB (Red+Green+Blue) = 162+81+66=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A25142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25142 is #5DAEBD. Grayscale: #676767. Windows color (decimal): -6139582 or 4346274. OLE color: 4346274.

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

Color convert

RGB1628166-
CMYK00.500.590.36
HSL9.38º42.11%44.71%-
HSV(B)9.38º59.26%63.53%-
XYZ18.8313.966.86-
YUV103.51106.84169.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=52.43%
G=26.21%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162816600.500.590.369.3842.1144.71
HexA251420323B2492a2d
Octal2421211020627344115255
Binary101000101010001100001001100101110111001001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25142; }

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

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

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

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

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

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

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

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