#A25A50

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

Shades of Crail #A25A50

Tints of Crail #A25A50

Color information

#A25A50 (or 0xA25A50) is unknown color: approx Crail. HEX triplet: A2, 5A and 50. RGB value is (162,90,80). Sum of RGB (Red+Green+Blue) = 162+90+80=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A50 is #5DA5AF. Grayscale: #6E6E6E. Windows color (decimal): -6137264 or 5266082. OLE color: 5266082.

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

Color convert

RGB1629080-
CMYK00.440.510.36
HSL7.32º33.88%47.45%-
HSV(B)7.32º50.62%63.53%-
XYZ2015.579.54-
YUV110.39110.85164.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=48.80%
G=27.11%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162908000.440.510.367.3233.8847.45
HexA25A5002C33247222f
Octal242132120054634474257
Binary10100010101101010100000101100110011100100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A50; }

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

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

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

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

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

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

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

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