#A25E4C

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

Shades of Crail #A25E4C

Tints of Crail #A25E4C

Color information

#A25E4C (or 0xA25E4C) is unknown color: approx Crail. HEX triplet: A2, 5E and 4C. RGB value is (162,94,76). Sum of RGB (Red+Green+Blue) = 162+94+76=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E4C is #5DA1B3. Grayscale: #707070. Windows color (decimal): -6136244 or 5004962. OLE color: 5004962.

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

Color convert

RGB1629476-
CMYK00.420.530.36
HSL12.56º36.13%46.67%-
HSV(B)12.56º53.09%63.53%-
XYZ20.2116.218.9-
YUV112.28107.53163.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=48.80%
G=28.31%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162947600.420.530.3612.5636.1346.67
HexA25E4C02A3524d242f
Octal2421361140526544154457
Binary101000101011110100110001010101101011001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E4C; }

 p { color: rgb(162,94,76); }

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

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

 a { background-color: rgb(162,94,76); }

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

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

 span { border-color: rgb(162,94,76); }

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