#A35B47

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

Shades of Crail #A35B47

Tints of Crail #A35B47

Color information

#A35B47 (or 0xA35B47) is unknown color: approx Crail. HEX triplet: A3, 5B and 47. RGB value is (163,91,71). Sum of RGB (Red+Green+Blue) = 163+91+71=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B47 is #5CA4B8. Grayscale: #6E6E6E. Windows color (decimal): -6071481 or 4676515. OLE color: 4676515.

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

Color convert

RGB1639171-
CMYK00.440.560.36
HSL13.04º39.32%45.88%-
HSV(B)13.04º56.44%63.92%-
XYZ19.9815.727.94-
YUV110.25105.85165.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=50.15%
G=28%
B=21.85%

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
Decimal163917100.440.560.3613.0439.3245.88
HexA35B4702C3824d272e
Octal2431331070547044154756
Binary101000111011011100011101011001110001001001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B47; }

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

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

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

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

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

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

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

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