#A25845

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

Shades of Crail #A25845

Tints of Crail #A25845

Color information

#A25845 (or 0xA25845) is unknown color: approx Crail. HEX triplet: A2, 58 and 45. RGB value is (162,88,69). Sum of RGB (Red+Green+Blue) = 162+88+69=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25845 is #5DA7BA. Grayscale: #6C6C6C. Windows color (decimal): -6137787 or 4544674. OLE color: 4544674.

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

Color convert

RGB1628869-
CMYK00.460.570.36
HSL12.26º40.26%45.29%-
HSV(B)12.26º57.41%63.53%-
XYZ19.4615.097.52-
YUV107.96106.02166.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=50.78%
G=27.59%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162886900.460.570.3612.2640.2645.29
HexA2584502E3924c282d
Octal2421301050567144145055
Binary101000101011000100010101011101110011001001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25845; }

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

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

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

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

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

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

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

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