#A25847

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

Shades of Crail #A25847

Tints of Crail #A25847

Color information

#A25847 (or 0xA25847) is unknown color: approx Crail. HEX triplet: A2, 58 and 47. RGB value is (162,88,71). Sum of RGB (Red+Green+Blue) = 162+88+71=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A25847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25847 is #5DA7B8. Grayscale: #6C6C6C. Windows color (decimal): -6137785 or 4675746. OLE color: 4675746.

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

Color convert

RGB1628871-
CMYK00.460.560.36
HSL11.21º39.06%45.69%-
HSV(B)11.21º56.17%63.53%-
XYZ19.5315.127.85-
YUV108.19107.02166.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=50.47%
G=27.41%
B=22.12%

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
Decimal162887100.460.560.3611.2139.0645.69
HexA2584702E3824b272e
Octal2421301070567044134756
Binary101000101011000100011101011101110001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25847; }

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

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

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

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

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

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

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

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