#A25D50

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

Shades of Crail #A25D50

Tints of Crail #A25D50

Color information

#A25D50 (or 0xA25D50) is unknown color: approx Crail. HEX triplet: A2, 5D and 50. RGB value is (162,93,80). Sum of RGB (Red+Green+Blue) = 162+93+80=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D50 is #5DA2AF. Grayscale: #707070. Windows color (decimal): -6136496 or 5266850. OLE color: 5266850.

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

Color convert

RGB1629380-
CMYK00.430.510.36
HSL9.51º33.88%47.45%-
HSV(B)9.51º50.62%63.53%-
XYZ20.2616.099.63-
YUV112.15109.86163.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=48.36%
G=27.76%
B=23.88%

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
Decimal162938000.430.510.369.5133.8847.45
HexA25D5002B3324a222f
Octal2421351200536344124257
Binary101000101011101101000001010111100111001001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D50; }

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

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

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

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

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

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

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

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