#A35946

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

Shades of Crail #A35946

Tints of Crail #A35946

Color information

#A35946 (or 0xA35946) is unknown color: approx Crail. HEX triplet: A3, 59 and 46. RGB value is (163,89,70). Sum of RGB (Red+Green+Blue) = 163+89+70=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A35946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35946 is #5CA6B9. Grayscale: #6D6D6D. Windows color (decimal): -6071994 or 4610467. OLE color: 4610467.

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

Color convert

RGB1638970-
CMYK00.450.570.36
HSL12.26º39.91%45.69%-
HSV(B)12.26º57.06%63.92%-
XYZ19.7815.377.72-
YUV108.96106.02166.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=50.62%
G=27.64%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163897000.450.570.3612.2639.9145.69
HexA3594602D3924c282e
Octal2431311060557144145056
Binary101000111011001100011001011011110011001001100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35946; }

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

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

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

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

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

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

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

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