#A35846

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

Shades of Crail #A35846

Tints of Crail #A35846

Color information

#A35846 (or 0xA35846) is unknown color: approx Crail. HEX triplet: A3, 58 and 46. RGB value is (163,88,70). Sum of RGB (Red+Green+Blue) = 163+88+70=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A35846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35846 is #5CA7B9. Grayscale: #6C6C6C. Windows color (decimal): -6072250 or 4610211. OLE color: 4610211.

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

Color convert

RGB1638870-
CMYK00.460.570.36
HSL11.61º39.91%45.69%-
HSV(B)11.61º57.06%63.92%-
XYZ19.715.217.69-
YUV108.37106.35166.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=50.78%
G=27.41%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163887000.460.570.3611.6139.9145.69
HexA3584602E3924c282e
Octal2431301060567144145056
Binary101000111011000100011001011101110011001001100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35846; }

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

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

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

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

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

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

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

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