#A25B4A

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

Shades of Crail #A25B4A

Tints of Crail #A25B4A

Color information

#A25B4A (or 0xA25B4A) is unknown color: approx Crail. HEX triplet: A2, 5B and 4A. RGB value is (162,91,74). Sum of RGB (Red+Green+Blue) = 162+91+74=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B4A is #5DA4B5. Grayscale: #6E6E6E. Windows color (decimal): -6137014 or 4873122. OLE color: 4873122.

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

Color convert

RGB1629174-
CMYK00.440.540.36
HSL11.59º37.29%46.27%-
HSV(B)11.59º54.32%63.53%-
XYZ19.8815.668.45-
YUV110.29107.52164.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=49.54%
G=27.83%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162917400.440.540.3611.5937.2946.27
HexA25B4A02C3624c252e
Octal2421331120546644144556
Binary101000101011011100101001011001101101001001100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B4A; }

 p { color: rgb(162,91,74); }

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

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

 a { background-color: rgb(162,91,74); }

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

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

 span { border-color: rgb(162,91,74); }

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