#a35949

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

Shades of Crail #A35949

Tints of Crail #A35949

Color information

#A35949 (or 0xA35949) is unknown color: approx Crail. HEX triplet: A3, 59 and 49. RGB value is (163,89,73). Sum of RGB (Red+Green+Blue) = 163+89+73=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A35949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35949 is #5CA6B6. Grayscale: #6D6D6D. Windows color (decimal): -6071991 or 4807075. OLE color: 4807075.

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

Color convert

RGB1638973-
CMYK00.450.550.36
HSL10.67º38.14%46.27%-
HSV(B)10.67º55.21%63.92%-
XYZ19.8815.418.23-
YUV109.3107.52166.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=50.15%
G=27.38%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163897300.450.550.3610.6738.1446.27
HexA3594902D3724b262e
Octal2431311110556744134656
Binary101000111011001100100101011011101111001001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35949; }

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

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

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

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

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

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

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

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