#A25747

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

Shades of Crail #A25747

Tints of Crail #A25747

Color information

#A25747 (or 0xA25747) is unknown color: approx Crail. HEX triplet: A2, 57 and 47. RGB value is (162,87,71). Sum of RGB (Red+Green+Blue) = 162+87+71=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25747 is #5DA8B8. Grayscale: #6B6B6B. Windows color (decimal): -6138041 or 4675490. OLE color: 4675490.

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

Color convert

RGB1628771-
CMYK00.460.560.36
HSL10.55º39.06%45.69%-
HSV(B)10.55º56.17%63.53%-
XYZ19.4514.957.82-
YUV107.6107.35166.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=50.62%
G=27.19%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162877100.460.560.3610.5539.0645.69
HexA2574702E3824b272e
Octal2421271070567044134756
Binary101000101010111100011101011101110001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25747; }

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

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

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

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

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

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

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

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