#A25749

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

Shades of Crail #A25749

Tints of Crail #A25749

Color information

#A25749 (or 0xA25749) is unknown color: approx Crail. HEX triplet: A2, 57 and 49. RGB value is (162,87,73). Sum of RGB (Red+Green+Blue) = 162+87+73=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A25749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25749 is #5DA8B6. Grayscale: #6B6B6B. Windows color (decimal): -6138039 or 4806562. OLE color: 4806562.

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

Color convert

RGB1628773-
CMYK00.460.550.36
HSL9.44º37.87%46.08%-
HSV(B)9.44º54.94%63.53%-
XYZ19.5114.988.17-
YUV107.83108.35166.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=50.31%
G=27.02%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162877300.460.550.369.4437.8746.08
HexA2574902E37249262e
Octal2421271110566744114656
Binary101000101010111100100101011101101111001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25749; }

 p { color: rgb(162,87,73); }

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

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

 a { background-color: rgb(162,87,73); }

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

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

 span { border-color: rgb(162,87,73); }

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