#A25B4D

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

Shades of Crail #A25B4D

Tints of Crail #A25B4D

Color information

#A25B4D (or 0xA25B4D) is unknown color: approx Crail. HEX triplet: A2, 5B and 4D. RGB value is (162,91,77). Sum of RGB (Red+Green+Blue) = 162+91+77=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B4D is #5DA4B2. Grayscale: #6E6E6E. Windows color (decimal): -6137011 or 5069730. OLE color: 5069730.

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

Color convert

RGB1629177-
CMYK00.440.520.36
HSL9.88º35.56%46.86%-
HSV(B)9.88º52.47%63.53%-
XYZ19.9815.79-
YUV110.63109.02164.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=49.09%
G=27.58%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162917700.440.520.369.8835.5646.86
HexA25B4D02C3424a242f
Octal2421331150546444124457
Binary101000101011011100110101011001101001001001010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B4D; }

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

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

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

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

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

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

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

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