#A35C47

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

Shades of Crail #A35C47

Tints of Crail #A35C47

Color information

#A35C47 (or 0xA35C47) is unknown color: approx Crail. HEX triplet: A3, 5C and 47. RGB value is (163,92,71). Sum of RGB (Red+Green+Blue) = 163+92+71=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C47 is #5CA3B8. Grayscale: #6E6E6E. Windows color (decimal): -6071225 or 4676771. OLE color: 4676771.

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

Color convert

RGB1639271-
CMYK00.440.560.36
HSL13.7º39.32%45.88%-
HSV(B)13.7º56.44%63.92%-
XYZ20.0715.97.97-
YUV110.83105.52165.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=50%
G=28.22%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163927100.440.560.3613.739.3245.88
HexA35C4702C3824e272e
Octal2431341070547044164756
Binary101000111011100100011101011001110001001001110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C47; }

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

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

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

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

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

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

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

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