#A25950

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

Shades of Crail #A25950

Tints of Crail #A25950

Color information

#A25950 (or 0xA25950) is unknown color: approx Crail. HEX triplet: A2, 59 and 50. RGB value is (162,89,80). Sum of RGB (Red+Green+Blue) = 162+89+80=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25950 is #5DA6AF. Grayscale: #6D6D6D. Windows color (decimal): -6137520 or 5265826. OLE color: 5265826.

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

Color convert

RGB1628980-
CMYK00.450.510.36
HSL6.59º33.88%47.45%-
HSV(B)6.59º50.62%63.53%-
XYZ19.9215.419.51-
YUV109.8111.18165.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=48.94%
G=26.89%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162898000.450.510.366.5933.8847.45
HexA2595002D33247222f
Octal242131120055634474257
Binary10100010101100110100000101101110011100100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25950; }

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

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

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

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

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

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

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

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