#A25A55

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

Shades of Crail #A25A55

Tints of Crail #A25A55

Color information

#A25A55 (or 0xA25A55) is unknown color: approx Crail. HEX triplet: A2, 5A and 55. RGB value is (162,90,85). Sum of RGB (Red+Green+Blue) = 162+90+85=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A55 is #5DA5AA. Grayscale: #6F6F6F. Windows color (decimal): -6137259 or 5593762. OLE color: 5593762.

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

Color convert

RGB1629085-
CMYK00.440.480.36
HSL3.9º31.17%48.43%-
HSV(B)3.9º47.53%63.53%-
XYZ20.215.6510.55-
YUV110.96113.35164.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=48.07%
G=26.71%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162908500.440.480.363.931.1748.43
HexA25A5502C302441f30
Octal242132125054604443760
Binary1010001010110101010101010110011000010010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A55; }

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

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

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

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

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

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

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

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