#A35448

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

Shades of Crail #A35448

Tints of Crail #A35448

Color information

#A35448 (or 0xA35448) is unknown color: approx Crail. HEX triplet: A3, 54 and 48. RGB value is (163,84,72). Sum of RGB (Red+Green+Blue) = 163+84+72=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35448 is #5CABB7. Grayscale: #6A6A6A. Windows color (decimal): -6073272 or 4740259. OLE color: 4740259.

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

Color convert

RGB1638472-
CMYK00.480.560.36
HSL7.91º38.72%46.08%-
HSV(B)7.91º55.83%63.92%-
XYZ19.4414.67.92-
YUV106.25108.67168.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=51.10%
G=26.33%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163847200.480.560.367.9138.7246.08
HexA3544803038248272e
Octal2431241100607044104756
Binary101000111010100100100001100001110001001001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35448; }

 p { color: rgb(163,84,72); }

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

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

 a { background-color: rgb(163,84,72); }

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

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

 span { border-color: rgb(163,84,72); }

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