#A35E49

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

Shades of Crail #A35E49

Tints of Crail #A35E49

Color information

#A35E49 (or 0xA35E49) is unknown color: approx Crail. HEX triplet: A3, 5E and 49. RGB value is (163,94,73). Sum of RGB (Red+Green+Blue) = 163+94+73=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E49 is #5CA1B6. Grayscale: #707070. Windows color (decimal): -6070711 or 4808355. OLE color: 4808355.

HSL color Cylindrical-coordinate representation of color #A35E49: hue angle of 14º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35E49 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1639473-
CMYK00.420.550.36
HSL14º38.14%46.27%-
HSV(B)14º55.21%63.92%-
XYZ20.3116.278.37-
YUV112.24105.86164.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=49.39%
G=28.48%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163947300.420.550.361438.1446.27
HexA35E4902A3724e262e
Octal2431361110526744164656
Binary101000111011110100100101010101101111001001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E49; }

 p { color: rgb(163,94,73); }

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

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

 a { background-color: rgb(163,94,73); }

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

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

 span { border-color: rgb(163,94,73); }

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