#A25648

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

Shades of Crail #A25648

Tints of Crail #A25648

Color information

#A25648 (or 0xA25648) is unknown color: approx Crail. HEX triplet: A2, 56 and 48. RGB value is (162,86,72). Sum of RGB (Red+Green+Blue) = 162+86+72=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25648 is #5DA9B7. Grayscale: #6B6B6B. Windows color (decimal): -6138296 or 4740770. OLE color: 4740770.

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

Color convert

RGB1628672-
CMYK00.470.560.36
HSL9.33º38.46%45.88%-
HSV(B)9.33º55.56%63.53%-
XYZ19.414.87.97-
YUV107.13108.18167.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=50.62%
G=26.88%
B=22.5%

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
Decimal162867200.470.560.369.3338.4645.88
HexA2564802F38249262e
Octal2421261100577044114656
Binary101000101010110100100001011111110001001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25648; }

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

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

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

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

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

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

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

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