#A25443

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

Shades of Crail #A25443

Tints of Crail #A25443

Color information

#A25443 (or 0xA25443) is unknown color: approx Crail. HEX triplet: A2, 54 and 43. RGB value is (162,84,67). Sum of RGB (Red+Green+Blue) = 162+84+67=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25443 is #5DABBC. Grayscale: #696969. Windows color (decimal): -6138813 or 4412578. OLE color: 4412578.

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

Color convert

RGB1628467-
CMYK00.480.590.36
HSL10.74º41.48%44.9%-
HSV(B)10.74º58.64%63.53%-
XYZ19.0814.437.09-
YUV105.38106.34168.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=51.76%
G=26.84%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162846700.480.590.3610.7441.4844.9
HexA254430303B24b292d
Octal2421241030607344135155
Binary101000101010100100001101100001110111001001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25443; }

 p { color: rgb(162,84,67); }

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

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

 a { background-color: rgb(162,84,67); }

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

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

 span { border-color: rgb(162,84,67); }

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