#A25348

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

Shades of Crail #A25348

Tints of Crail #A25348

Color information

#A25348 (or 0xA25348) is unknown color: approx Crail. HEX triplet: A2, 53 and 48. RGB value is (162,83,72). Sum of RGB (Red+Green+Blue) = 162+83+72=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25348 is #5DACB7. Grayscale: #696969. Windows color (decimal): -6139064 or 4740002. OLE color: 4740002.

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

Color convert

RGB1628372-
CMYK00.490.560.36
HSL7.33º38.46%45.88%-
HSV(B)7.33º55.56%63.53%-
XYZ19.1614.347.89-
YUV105.37109.17168.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=51.10%
G=26.18%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162837200.490.560.367.3338.4645.88
HexA2534803138247262e
Octal242123110061704474656
Binary10100010101001110010000110001111000100100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25348; }

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

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

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

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

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

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

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

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