#a35447

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

Shades of Crail #A35447

Tints of Crail #A35447

Color information

#A35447 (or 0xA35447) is unknown color: approx Crail. HEX triplet: A3, 54 and 47. RGB value is (163,84,71). Sum of RGB (Red+Green+Blue) = 163+84+71=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A35447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35447 is #5CABB8. Grayscale: #6A6A6A. Windows color (decimal): -6073273 or 4674723. OLE color: 4674723.

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

Color convert

RGB1638471-
CMYK00.480.560.36
HSL8.48º39.32%45.88%-
HSV(B)8.48º56.44%63.92%-
XYZ19.4114.587.75-
YUV106.14108.17168.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=51.26%
G=26.42%
B=22.33%

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
Decimal163847100.480.560.368.4839.3245.88
HexA3544703038248272e
Octal2431241070607044104756
Binary101000111010100100011101100001110001001001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35447; }

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

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

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

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

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

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

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

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