#A25A53

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

Shades of Crail #A25A53

Tints of Crail #A25A53

Color information

#A25A53 (or 0xA25A53) is unknown color: approx Crail. HEX triplet: A2, 5A and 53. RGB value is (162,90,83). Sum of RGB (Red+Green+Blue) = 162+90+83=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A53 is #5DA5AC. Grayscale: #6E6E6E. Windows color (decimal): -6137261 or 5462690. OLE color: 5462690.

HSL color Cylindrical-coordinate representation of color #A25A53: hue angle of 5.32º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25A53 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1629083-
CMYK00.440.490.36
HSL5.32º32.24%48.04%-
HSV(B)5.32º48.77%63.53%-
XYZ20.1215.6210.14-
YUV110.73112.35164.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=48.36%
G=26.87%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162908300.440.490.365.3232.2448.04
HexA25A5302C312452030
Octal242132123054614454060
Binary10100010101101010100110101100110001100100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A53; }

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

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

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

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

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

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

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

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