#A25C50

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

Shades of Crail #A25C50

Tints of Crail #A25C50

Color information

#A25C50 (or 0xA25C50) is unknown color: approx Crail. HEX triplet: A2, 5C and 50. RGB value is (162,92,80). Sum of RGB (Red+Green+Blue) = 162+92+80=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C50 is #5DA3AF. Grayscale: #6F6F6F. Windows color (decimal): -6136752 or 5266594. OLE color: 5266594.

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

Color convert

RGB1629280-
CMYK00.430.510.36
HSL8.78º33.88%47.45%-
HSV(B)8.78º50.62%63.53%-
XYZ20.1815.919.6-
YUV111.56110.19163.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=48.50%
G=27.54%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162928000.430.510.368.7833.8847.45
HexA25C5002B33249222f
Octal2421341200536344114257
Binary101000101011100101000001010111100111001001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C50; }

 p { color: rgb(162,92,80); }

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

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

 a { background-color: rgb(162,92,80); }

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

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

 span { border-color: rgb(162,92,80); }

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