#A25647

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

Shades of Crail #A25647

Tints of Crail #A25647

Color information

#A25647 (or 0xA25647) is unknown color: approx Crail. HEX triplet: A2, 56 and 47. RGB value is (162,86,71). Sum of RGB (Red+Green+Blue) = 162+86+71=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25647 is #5DA9B8. Grayscale: #6B6B6B. Windows color (decimal): -6138297 or 4675234. OLE color: 4675234.

HSL color Cylindrical-coordinate representation of color #A25647: hue angle of 9.89º 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 #A25647 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1628671-
CMYK00.470.560.36
HSL9.89º39.06%45.69%-
HSV(B)9.89º56.17%63.53%-
XYZ19.3714.797.8-
YUV107.01107.68167.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=50.78%
G=26.96%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162867100.470.560.369.8939.0645.69
HexA2564702F3824a272e
Octal2421261070577044124756
Binary101000101010110100011101011111110001001001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25647; }

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

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

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

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

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

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

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

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